Second update for consistent use of Gramps. See issue 3355.

svn: r13611
This commit is contained in:
Peter Landgren
2009-11-17 20:45:58 +00:00
parent 33686fcf18
commit 900d1c57f4
9 changed files with 17 additions and 17 deletions

View File

@ -125,7 +125,7 @@ class ArgHandler(object):
return db_path
else:
self.__error( _('Error: Input family tree "%s" does not exist.\n'
"If gedcom, gramps-xml or grdb, use the -i option to "
"If GEDCOM, Gramps-xml or grdb, use the -i option to "
"import into a family tree instead.") % value)
sys.exit(0)