Skip to content

Commit

Permalink
use "extension" term consistently (bnc#875199)
Browse files Browse the repository at this point in the history
  • Loading branch information
lslezak committed May 7, 2014
1 parent 18ab0c8 commit ff73f08
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
5 changes: 5 additions & 0 deletions package/yast2-registration.changes
@@ -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
8 changes: 4 additions & 4 deletions src/clients/inst_scc.rb
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

0 comments on commit ff73f08

Please sign in to comment.