Skip to content

Commit

Permalink
fixed plural form in a dialog title
Browse files Browse the repository at this point in the history
  • Loading branch information
lslezak committed May 9, 2014
1 parent adfc018 commit 27eb6d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/clients/inst_scc.rb
Expand Up @@ -610,7 +610,7 @@ def register_addons
else
Wizard.SetContents(
# dialog title
_("Extensions Registration Codes"),
_("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 27eb6d8

Please sign in to comment.