3709: Typos and grammar mistakes

svn: r14840
This commit is contained in:
Benny Malengier
2010-03-15 22:10:58 +00:00
parent ee1185428a
commit d47852bfbe
5 changed files with 6 additions and 6 deletions

View File

@@ -171,7 +171,7 @@ class ArgHandler(object):
fname = value
fullpath = os.path.abspath(os.path.expanduser(fname))
if os.path.exists(fullpath):
self.__error(_("WARNING: Output file already exist!\n"
self.__error(_("WARNING: Output file already exists!\n"
"WARNING: It will be overwritten:\n %(name)s") % \
{'name' : fullpath})
answer = None