diff options
author | Doug Kearns <dougkearns@gmail.com> | 2011-03-06 19:22:24 +1100 |
---|---|---|
committer | Doug Kearns <dougkearns@gmail.com> | 2011-03-06 19:22:24 +1100 |
commit | ee76dc5ad096cac4c2dac2ffdbd26bf45bc9a222 (patch) | |
tree | 0fa4a8ae006eff0d6017e9f56ec691d62387e37b | |
parent | 83385f9d0bd945ead712c94f2bfac17fe9f974bf (diff) | |
download | pentadactyl-ee76dc5ad096cac4c2dac2ffdbd26bf45bc9a222.tar.gz |
Fix some message key names.
-rw-r--r-- | common/locale/en-US/messages.properties | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/common/locale/en-US/messages.properties b/common/locale/en-US/messages.properties index 453eda2a..ca91f3b7 100644 --- a/common/locale/en-US/messages.properties +++ b/common/locale/en-US/messages.properties @@ -32,7 +32,7 @@ command.commands = commands command.cantDelete = Cannot delete non-user commands command.cantReplace-1 = E182: Can't replace non-user command: %S command.wontReplace-1 = Not replacing command: %S -command.eof = Unexpected end of file waiting for %S +command.eof-1 = Unexpected end of file waiting for %S command.noSuch = No such command command.noSuch-1 = No such command: %S command.noSuchUser-1 = No such user-defined command: %S @@ -49,10 +49,10 @@ command.noPrevious = E30: No previous command line command.noRange = E481: No range allowed command.noRange = E477: No ! allowed -command.colorscheme.notFound = E185: Cannot find color scheme %S +command.colorscheme.notFound-1 = E185: Cannot find color scheme %S command.conditional.illegal = Invalid use of conditional command.finish.illegal = E168: :finish used outside of a sourced file -commmand.let.noSuch-1 = E108: No such variable: %S +command.let.noSuch-1 = E108: No such variable: %S command.let.unexpectedChar = E18: Unexpected characters in :let command.let.illegalVar-1 = E461: Illegal variable name: %S command.let.undefinedVar-1 = E121: Undefined variable: %S @@ -63,10 +63,10 @@ dactyl.notCommand-2 = E492: Not a %S command: %S dialog.notAvailable-1 = Dialog %S not available -group.cantChangeBuiltin = Cannot change %S in the builtin group +group.cantChangeBuiltin-1 = Cannot change %S in the builtin group group.cantModifyBuiltin = Cannot modify builtin group group.cantRemoveBuiltin = Cannot remove builtin group -group.noSuch = No such group: %S +group.noSuch-1 = No such group: %S group.invalidName-1 = Invalid group name: %S group.noCurrent = No current group @@ -91,7 +91,7 @@ history.noMatching-1 = No history matching %S history.none = No history set history.noURL = URL not found in history -io.noSuchDir = E344: Can't find directory %S +io.noSuchDir-1 = E344: Can't find directory %S io.noPrevDir = E186: No previous directory io.notReadable-1 = Can't open file %S io.notWriteable-1 = Can't open file %S for writing @@ -129,7 +129,7 @@ mow.noPreviousOutput = No previous command output option.noSuch = No such option option.noSuch-1 = No such option: %S -option.replaceExisting = Warning: %S already exists: replacing existing option. +option.replaceExisting-1 = Warning: %S already exists: replacing existing option. plugin.searchingFor-1 = Searching for %S plugin.searchingForIn-2 = Searching for %S in %S @@ -150,7 +150,7 @@ status.link-1 = Link: %S style.none = No style found -time.total = Total time: %S +time.total-1 = Total time: %S variable.none = No variables found |