Skip to content

Commit

Permalink
Fixed user-visible messages (bsc#1084015)
Browse files Browse the repository at this point in the history
  • Loading branch information
shundhammer committed Feb 17, 2020
1 parent d65dee6 commit e260c5f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/include/autoinstall/general_dialogs.rb
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ def ModeDialog
Left(
CheckBox(
Id(:accept_non_trusted_gpg_key),
_("Accept Non Trusted GPG Keys"),
_("Accept Untrusted GPG Keys"),
accept_non_trusted_gpg_key
)
),
Expand Down Expand Up @@ -271,7 +271,7 @@ def newQuestion(stage, dialog, askList, title, defaultValues)
VBox(
TextEntry(
Id(:frametitle),
_("Frametitle"),
_("Frame Title"),
Ops.get_string(defaultValues, "frametitle", "")
),
TextEntry(
Expand Down

0 comments on commit e260c5f

Please sign in to comment.