* src/plugins/WriteGedcom.py: Fix image path problem.

svn: r3272
This commit is contained in:
Alex Roitman
2004-07-14 01:44:04 +00:00
parent 4d0e990880
commit 13289f62b0
3 changed files with 19 additions and 13 deletions

View File

@@ -142,7 +142,7 @@ class Exporter:
'your data, or convert it to a format that will allow '
'you to trasnfer it to a different program.\n\n'
'If you change your mind during this process, you '
'can safely press Cancel button at any time and your '
'can safely press the Cancel button at any time and your '
'present database will still be intact.'))
return p
@@ -222,8 +222,8 @@ class Exporter:
self.last_page.set_title(_('Saving failed'))
self.last_page.set_text(_('There was an error '
'while saving your data. Please go back and try again.\n\n'
'Your currently opened database is safe, it is a copy '
'of your data that failed to save.'))
'Note: your currently opened database is safe. It was only '
'a copy of your data that failed to save.'))
def build_format_page(self):
"""