Bug 750318 - localization note and string ID change required for helpSearchManual in gcli.properties; r=dcamp,flod

This commit is contained in:
Joe Walker 2012-05-15 11:27:18 +01:00
Родитель 06ccc2d4b5
Коммит d87e7ad9e5
2 изменённых файлов: 6 добавлений и 5 удалений

Просмотреть файл

@ -8417,7 +8417,7 @@ var helpCommandSpec = {
name: 'search',
type: 'string',
description: l10n.lookup('helpSearchDesc'),
manual: l10n.lookup('helpSearchManual'),
manual: l10n.lookup('helpSearchManual2'),
defaultValue: null
}
],

Просмотреть файл

@ -105,15 +105,16 @@ helpDesc=Get help on the available commands
helpManual=Provide help either on a specific command (if a search string is provided and an exact match is found) or on the available commands (if a search string is not provided, or if no exact match is found).
# LOCALIZATION NOTE (helpSearchDesc): A very short description of the 'search'
# parameter to the 'help' command. See helpSearchManual for a fuller
# parameter to the 'help' command. See helpSearchManual2 for a fuller
# description of what it does. This string is designed to be shown in a dialog
# with restricted space, which is why it should be as short as possible.
helpSearchDesc=Search string
# LOCALIZATION NOTE (helpSearchManual): A fuller description of the 'search'
# LOCALIZATION NOTE (helpSearchManual2): A fuller description of the 'search'
# parameter to the 'help' command. Displayed when the user asks for help on
# what it does.
helpSearchManual=<strong>search string</strong> to use in narrowing down the displayed commands. Regular expressions not supported.
# what it does. Inline HTML (e.g. <strong>) can be used to emphasize the core
# concept.
helpSearchManual2=<strong>search string</strong> to use in narrowing down the displayed commands. Regular expressions not supported.
# LOCALIZATION NOTE (helpManSynopsis): A heading shown at the top of a help
# page for a command in the console It labels a summary of the parameters to