From bba5330f4ea970a8b963d557d067cbc5693419f4 Mon Sep 17 00:00:00 2001 From: Alex Roitman Date: Tue, 1 Apr 2003 23:28:21 +0000 Subject: [PATCH] Typos svn: r1418 --- gramps2/src/gramps_main.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/gramps2/src/gramps_main.py b/gramps2/src/gramps_main.py index b06d7dd77..4f8dc84c7 100755 --- a/gramps2/src/gramps_main.py +++ b/gramps2/src/gramps_main.py @@ -806,7 +806,7 @@ class Gramps: os.mkdir(filename) except (OSError,IOError), msg: emsg = _("Could not create %s") % filename - ErrorDialog(emsg,_("An was detected while attempting to create the file. ", + ErrorDialog(emsg,_("An error was detected while attempting to create the file. ", 'The operating system reported "%s"' % str(msg))) return except: @@ -1533,15 +1533,15 @@ class Gramps: os.mkdir(dest) except IOError,msg: ErrorDialog(_('Could not create database'), - _('The directgory ~/.gramps/example could not ' + _('The directory ~/.gramps/example could not ' 'be created.' + '\n' + str(msg) )) except OSError,msg: ErrorDialog(_('Could not create database'), - _('The directgory ~/.gramps/example could not ' + _('The directory ~/.gramps/example could not ' 'be created.' + '\n' + str(msg) )) except: ErrorDialog(_('Could not create database'), - _('The directgory ~/.gramps/example could not ' + _('The directory ~/.gramps/example could not ' 'be created.')) try: