From 8fe472cae230dbd8a065e6df70dc45fe68ee778d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ladislav=20Slez=C3=A1k?= Date: Wed, 9 Sep 2015 15:08:08 +0200 Subject: [PATCH] better labels (bsc#944510) specific migration repositories are not used in SLE12, use better wording --- package/yast2-registration.changes | 6 ++++++ src/lib/registration/ui/migration_repos_selection_dialog.rb | 4 ++-- src/lib/registration/ui/migration_selection_dialog.rb | 2 +- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/package/yast2-registration.changes b/package/yast2-registration.changes index bfcbab1a2..fa78aed6e 100644 --- a/package/yast2-registration.changes +++ b/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 diff --git a/src/lib/registration/ui/migration_repos_selection_dialog.rb b/src/lib/registration/ui/migration_repos_selection_dialog.rb index c0ee8a312..8b34aa622 100644 --- a/src/lib/registration/ui/migration_repos_selection_dialog.rb +++ b/src/lib/registration/ui/migration_repos_selection_dialog.rb @@ -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 _("

In this dialog you can manually select which repositories will" \ @@ -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 diff --git a/src/lib/registration/ui/migration_selection_dialog.rb b/src/lib/registration/ui/migration_selection_dialog.rb index 38441c139..ee203e638 100644 --- a/src/lib/registration/ui/migration_selection_dialog.rb +++ b/src/lib/registration/ui/migration_selection_dialog.rb @@ -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