Skip to content

Commit

Permalink
Merge pull request #77 from yast/extension_term_bnc875199
Browse files Browse the repository at this point in the history
use "extension" term consistently (bnc#875199)
  • Loading branch information
lslezak committed May 12, 2014
2 parents 18ab0c8 + 27eb6d8 commit cfd95fa
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 6 deletions.
5 changes: 5 additions & 0 deletions package/yast2-registration.changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed May 7 15:09:58 UTC 2014 - lslezak@suse.cz

- use "extension" term consistently (bnc#875199)

-------------------------------------------------------------------
Wed May 7 13:17:23 UTC 2014 - lslezak@suse.cz

Expand Down
12 changes: 6 additions & 6 deletions src/clients/inst_scc.rb
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,7 @@ def addon_selection_dialog_content(addons)
VSpacing(0.4),
HBox(
HSpacing(1),
Left(CheckBox(Id(:media), _("In&clude Add-on Products from Separate Media"),
Left(CheckBox(Id(:media), _("In&clude Extensions from Separate Media"),
Installation.add_on_selected)),
)
)
Expand Down Expand Up @@ -327,7 +327,7 @@ def addon_selection_dialog_content(addons)
Left(Label(_("Details"))),
MinHeight(8,
VWeight(25, RichText(Id(:details), Opt(:disabled), "<small>" +
_("Select an addon to show details here") + "</small>")),
_("Select an extension to show details here") + "</small>")),
),
media_checkbox,
VSpacing(0.4),
Expand Down Expand Up @@ -437,8 +437,8 @@ def select_addons
_("Extension Selection"),
addon_selection_dialog_content(addons),
# help text for add-ons installation, %s is URL
_("<p>\nTo install an add-on product from separate media together with &product;, select\n" +
"<b>Include Add-on Products from Separate Media</b>.</p>\n" +
_("<p>\nTo install an extension product from separate media together with the product, select\n" +
"<b>Include Extensions from Separate Media</b>.</p>\n" +
"<p>If you need specific hardware drivers for installation, see <i>%s</i> site.</p>") %
"http://drivers.suse.com",
GetInstArgs.enable_back || Mode.normal,
Expand Down Expand Up @@ -597,7 +597,7 @@ def register_addons
if missing_regcodes.empty?
Wizard.SetContents(
# dialog title
_("Registering Selected Add-on Products and Extensions"),
_("Register Extensions"),
# display only the products which need a registration code
Empty(),
# FIXME: help text
Expand All @@ -610,7 +610,7 @@ def register_addons
else
Wizard.SetContents(
# dialog title
_("Enter Registration Codes for Selected Add-on Products and Extensions"),
_("Extension Registration Codes"),
# display only the products which need a registration code
addon_regcodes_dialog_content(missing_regcodes),
# FIXME: help text
Expand Down

0 comments on commit cfd95fa

Please sign in to comment.