diff options
author | Kris Maglione <maglione.k@gmail.com> | 2013-03-04 20:37:12 -0800 |
---|---|---|
committer | Kris Maglione <maglione.k@gmail.com> | 2013-03-04 20:37:12 -0800 |
commit | f831e4997fd7c0d1e893e57d86d8145ca3985b9e (patch) | |
tree | 3f4daf07e2df5f178cc389f3be96f1821e0b6c5d /common/locale | |
parent | 24e4ae8e3d4884fd34122a585e15b315d268fa97 (diff) | |
download | pentadactyl-f831e4997fd7c0d1e893e57d86d8145ca3985b9e.tar.gz |
Experimental don't-dump-extra-messages-into-the-MOW support.
Diffstat (limited to 'common/locale')
-rw-r--r-- | common/locale/en-US/messages.properties | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/common/locale/en-US/messages.properties b/common/locale/en-US/messages.properties index 62659346..b7a6211d 100644 --- a/common/locale/en-US/messages.properties +++ b/common/locale/en-US/messages.properties @@ -122,6 +122,8 @@ command.set.unknownOption-1 = E518: Unknown option: %S command.yank.yankedLine-1 = Yanked %S line command.yank.yankedLines-1 = Yanked %S lines +commandline.moreMessages = [%S more. Type :messages to read] + completion.additional = (additional) completion.generating = Generating results... completion.noCompletions = No Completions |