diff options
author | Štěpán Němec <stepnem@gmail.com> | 2011-03-02 12:54:43 +0100 |
---|---|---|
committer | Štěpán Němec <stepnem@gmail.com> | 2011-03-02 12:54:43 +0100 |
commit | 0f542bc000c63e3a783a4de56265a89f0f5c8b66 (patch) | |
tree | 4fb8b982b461d82bcc8a1a3d15a528b6fccd068a | |
parent | d3e4995db00305604277005518b9f3d28dd90112 (diff) | |
download | pentadactyl-0f542bc000c63e3a783a4de56265a89f0f5c8b66.tar.gz |
Fix a copy-paste error.
-rw-r--r-- | common/locale/en-US/messages.properties | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/common/locale/en-US/messages.properties b/common/locale/en-US/messages.properties index ae36efeb..1c8ecc01 100644 --- a/common/locale/en-US/messages.properties +++ b/common/locale/en-US/messages.properties @@ -31,10 +31,10 @@ command.noSuch = No such command command.noSuch-1 = No such command: %S command.noSuchUser-1 = No such user-defined command: %S command.notUseful-1 = This command is not useful in this version of %S -command.invalidName-1 = "Invalid command name: %S -command.invalidOpt-1 = "Invalid option: %S -command.invalidOptArg-2 = "Invalid argument for option %S: %S -command.invalidOptTypeArg-3 = "Invalid argument for %S option %S: %S +command.invalidName-1 = Invalid command name: %S +command.invalidOpt-1 = Invalid option: %S +command.invalidOptArg-2 = Invalid argument for option %S: %S +command.invalidOptTypeArg-3 = Invalid argument for %S option %S: %S command.parsing-1 = Error parsing arguments: %S command.colorscheme.notFound = E185: Cannot find color scheme %S |