diff options
author | janekptacijarabaci <janekptacijarabaci@seznam.cz> | 2018-03-01 13:57:10 +0100 |
---|---|---|
committer | janekptacijarabaci <janekptacijarabaci@seznam.cz> | 2018-03-01 13:57:10 +0100 |
commit | 0535b0bb38dacf7dab31fd757a91ca9928292693 (patch) | |
tree | d1a41ca6d45d40c8ccaded4a2868b527fe029895 /devtools/shared/locales/en-US | |
parent | caebf13372415e59bd36c49fbee934e25ec46a32 (diff) | |
download | UXP-0535b0bb38dacf7dab31fd757a91ca9928292693.tar UXP-0535b0bb38dacf7dab31fd757a91ca9928292693.tar.gz UXP-0535b0bb38dacf7dab31fd757a91ca9928292693.tar.lz UXP-0535b0bb38dacf7dab31fd757a91ca9928292693.tar.xz UXP-0535b0bb38dacf7dab31fd757a91ca9928292693.zip |
Fix "help cmd" and "cmd refresh" in the Developer Toolbar
https://github.com/MoonchildProductions/moebius/pull/348
Diffstat (limited to 'devtools/shared/locales/en-US')
-rw-r--r-- | devtools/shared/locales/en-US/gcli.properties | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/devtools/shared/locales/en-US/gcli.properties b/devtools/shared/locales/en-US/gcli.properties index e5231e44a..59c344832 100644 --- a/devtools/shared/locales/en-US/gcli.properties +++ b/devtools/shared/locales/en-US/gcli.properties @@ -141,9 +141,10 @@ helpManual=Provide help either on a specific command (if a search string is prov helpSearchDesc=Search string helpSearchManual3=search string to use in narrowing down the displayed commands. Regular expressions not supported. -# LOCALIZATION NOTE: These strings are displayed in the help page for a -# command in the console. +# LOCALIZATION NOTE (helpManSynopsis, helpManDescription): These strings are +# displayed in the help page for a command in the console. helpManSynopsis=Synopsis +helpManDescription=Description # LOCALIZATION NOTE: This message is displayed in the help page if the command # has no parameters. @@ -177,6 +178,10 @@ helpIntro=GCLI is an experiment to create a highly usable command line for web d # sub-commands. subCommands=Sub-Commands +# LOCALIZATION NOTE: Text shown as part of the output of the 'help' command +# when the command in question should have sub-commands but in fact has none. +subCommandsNone=None + # LOCALIZATION NOTE: This error message is displayed when the command line is # cannot find a match for the parse types. commandParseError=Command line parsing error |