diff options
author | Kris Maglione <maglione.k@gmail.com> | 2011-08-21 04:06:20 -0400 |
---|---|---|
committer | Kris Maglione <maglione.k@gmail.com> | 2011-08-21 04:06:20 -0400 |
commit | ffe138b4e3a7e08dff967089703ba721f8b45716 (patch) | |
tree | cbcd897c54f5dead28f2bc6a278b3bca9fc9648c /common/locale/en-US/messages.properties | |
parent | fd364645dbd4babd6af829106c6ebced7076b2b9 (diff) | |
download | pentadactyl-ffe138b4e3a7e08dff967089703ba721f8b45716.tar.gz |
Remove date from config.version.
Diffstat (limited to 'common/locale/en-US/messages.properties')
-rw-r--r-- | common/locale/en-US/messages.properties | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/locale/en-US/messages.properties b/common/locale/en-US/messages.properties index 2c373047..65494f82 100644 --- a/common/locale/en-US/messages.properties +++ b/common/locale/en-US/messages.properties @@ -109,7 +109,7 @@ completion.waitingFor-1 = Waiting for %S completion.waitingForKeyPress = Waiting for key press completion.matchIndex-2 = match %S of %S -dactyl.created-1 = "(created %S)" +dactyl.created-1 = created %S dactyl.parsingCommandLine-1 = Parsing command line options: %S dactyl.notCommand-2 = E492: Not a %S command: %S dactyl.sourcingPlugins-1 = Sourcing plugin directory: %S... |