diff options
author | Doug Kearns <dougkearns@gmail.com> | 2012-10-11 00:59:44 +1100 |
---|---|---|
committer | Doug Kearns <dougkearns@gmail.com> | 2012-10-11 00:59:44 +1100 |
commit | 50597cc80a48f4a192f44723039e11348b4a6c84 (patch) | |
tree | 7d8267c6b92a5c7d53618c587ec1901d9546acbe /common/locale | |
parent | 0a51732d0e9fbbc42376fbe1337e546024817a3c (diff) | |
download | pentadactyl-50597cc80a48f4a192f44723039e11348b4a6c84.tar.gz |
Don't overwrite existing files with ;s.
Closes issue #914.
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 795d5150..62659346 100644 --- a/common/locale/en-US/messages.properties +++ b/common/locale/en-US/messages.properties @@ -207,6 +207,8 @@ io.eNotDir = Not a directory io.eNotDir-1 = Not a directory %S io.exists = File exists (add ! to override) io.exists-1 = File %S exists (add ! to override) +# XXX +io.existsNoOverride-1 = File %S exists io.noCommand-1 = Command not found: %S io.noPrevDir = E186: No previous directory io.noSuchDir-1 = E344: Can't find directory %S |