Skip to content

Commit

Permalink
better labels (bsc#944510)
Browse files Browse the repository at this point in the history
specific migration repositories are not used in SLE12,
use better wording
  • Loading branch information
lslezak committed Sep 11, 2015
1 parent fea62ed commit ae42e1b
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions package/yast2-registration.changes
@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Fri Sep 11 07:54:56 UTC 2015 - lslezak@suse.cz

- use better labels - specific migration repositories are not used
in SLE12, use better wording (bsc#944510)

-------------------------------------------------------------------
Thu Sep 10 15:37:08 UTC 2015 - lslezak@suse.cz

Expand Down
4 changes: 2 additions & 2 deletions src/lib/registration/ui/migration_repos_selection_dialog.rb
Expand Up @@ -44,7 +44,7 @@ def initialize
def run
Yast::Wizard.SetContents(
# TRANSLATORS: dialog title
_("Migration Repositories"),
_("Repositories used for Migration"),
dialog_content,
# TRANSLATORS: help text
_("<p>In this dialog you can manually select which repositories will" \
Expand Down Expand Up @@ -82,7 +82,7 @@ def dialog_content
VBox(
VWeight(75, MultiSelectionBox(Id(:repos), Opt(:vstretch, :notify),
# TRANSLATORS: Multiselection widget label
_("Select the Migration Repositories"), repo_items
_("Select the Repositories used for Migration"), repo_items
)),
MinHeight(6, VWeight(25, RichText(Id(:details), ""))),
# TRANSLATORS: Push button label, starts the repository management module
Expand Down
2 changes: 1 addition & 1 deletion src/lib/registration/ui/migration_selection_dialog.rb
Expand Up @@ -135,7 +135,7 @@ def dialog_content

VSpacing(Yast::UI.TextMode ? 0 : 1),
# TRANSLATORS: check button label
CheckBox(Id(:manual_repos), _("Manually Select Migration Repositories")),
CheckBox(Id(:manual_repos), _("Manually Adjust the Repositories for Migration")),
VSpacing(Yast::UI.TextMode ? 0 : 1)
)
end
Expand Down

0 comments on commit ae42e1b

Please sign in to comment.