warning message. Fix typo.

svn: r7913
This commit is contained in:
Don Allingham 2007-01-15 23:30:39 +00:00
parent 1b506e8341
commit dfaea5ebf0
2 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@
2007-01-15 Don Allingham <don@gramps-project.org>
* src/ViewManager.py (check_for_portability_problems): simplify the
warning message.
warning message. Fix typo.
* src/DateEdit.py: make "bad date" translatable.
2007-01-14 Brian Matherly <brian@gramps-project.org>

View File

@ -1181,5 +1181,5 @@ def check_for_portability_problems(filetype):
_('Database is not portable'),
_('If you need to transfer the database to another machine, '
'export to a GRAMPS Package, and import the GRAMPS Package '
'on the other machine.'))
'on the other machine.'),
Config.PORT_WARN)