Bug 795723 - Remove hardcoded comma before introTextKeys and make it localizable; r=jwalker

This commit is contained in:
Ton 2013-01-24 17:14:51 +01:00
parent aee38f2b86
commit 2af61d1fe7
2 changed files with 4 additions and 4 deletions

View File

@ -7022,8 +7022,8 @@ define("text!gcli/ui/intro.html", [], "\n" +
" <p>\n" +
" ${l10n.introTextCommands}\n" +
" <span class=\"gcli-out-shortcut\" onclick=\"${onclick}\"\n" +
" ondblclick=\"${ondblclick}\" data-command=\"help\">help</span>,\n" +
" ${l10n.introTextKeys} <code>${l10n.introTextF1Escape}</code>.\n" +
" ondblclick=\"${ondblclick}\" data-command=\"help\">help</span>\n" +
" ${l10n.introTextKeys2} <code>${l10n.introTextF1Escape}</code>.\n" +
" </p>\n" +
"\n" +
" <button onclick=\"${onGotIt}\" if=\"${showHideButton}\">${l10n.introTextGo}</button>\n" +

View File

@ -344,10 +344,10 @@ introTextOpening=The Firefox command line is designed for developers. It focuses
# section points the user to the 'help' command.
introTextCommands=For a list of commands type
# LOCALIZATION NOTE (introTextKeys): For information about the 'intro text'
# LOCALIZATION NOTE (introTextKeys2): For information about the 'intro text'
# see introTextOpening. The second section in the second paragraph points the
# user to the F1/Escape keys which show and hide hints.
introTextKeys=or to show/hide command hints press
introTextKeys2=, or to show/hide command hints press
# LOCALIZATION NOTE (introTextF1Escape): For information about the 'intro
# text' see introTextOpening. This string is used with introTextKeys, and