From dfaea5ebf0b6ba1dfacad88e450bd359daf504ba Mon Sep 17 00:00:00 2001 From: Don Allingham Date: Mon, 15 Jan 2007 23:30:39 +0000 Subject: [PATCH] warning message. Fix typo. svn: r7913 --- gramps2/ChangeLog | 2 +- gramps2/src/ViewManager.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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)