Translation changes

svn: r1432
This commit is contained in:
Don Allingham
2003-04-10 02:49:51 +00:00
parent ef06ad30d8
commit a103542963
15 changed files with 185 additions and 175 deletions

View File

@@ -764,9 +764,8 @@ class Gramps:
elif not os.path.isdir(filename):
self.displayError(_("Database could not be opened"),
_("%s is not a directory.") % filename + ' ' + \
_("The file you should attempt to open should be "
"a directory that contains a data.gramps file or "
"a gramps.zodb file."))
_("You should select a directory that contains a "
"data.gramps file or a gramps.zodb file."))
return
if self.load_database(filename) == 1: