diff --git a/gramps2/ChangeLog b/gramps2/ChangeLog index dfd28123e..706e751d9 100644 --- a/gramps2/ChangeLog +++ b/gramps2/ChangeLog @@ -5,7 +5,7 @@ 2007-01-15 Don Allingham * 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 diff --git a/gramps2/src/ViewManager.py b/gramps2/src/ViewManager.py index 4a817c8a4..1bed6e856 100644 --- a/gramps2/src/ViewManager.py +++ b/gramps2/src/ViewManager.py @@ -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)