mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 795723 - Remove hardcoded comma before introTextKeys and make it localizable; r=jwalker
This commit is contained in:
parent
aee38f2b86
commit
2af61d1fe7
@ -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" +
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user