3709: Typos and grammar mistakes

svn: r14841
This commit is contained in:
Benny Malengier
2010-03-15 22:11:25 +00:00
parent 86238994bb
commit 585e0fa85d
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