warning message. Fix typo.
svn: r7913
This commit is contained in:
parent
6bc316157b
commit
cd12fc26f5
@ -5,7 +5,7 @@
|
|||||||
2007-01-15 Don Allingham <don@gramps-project.org>
|
2007-01-15 Don Allingham <don@gramps-project.org>
|
||||||
|
|
||||||
* src/ViewManager.py (check_for_portability_problems): simplify the
|
* src/ViewManager.py (check_for_portability_problems): simplify the
|
||||||
warning message.
|
warning message. Fix typo.
|
||||||
* src/DateEdit.py: make "bad date" translatable.
|
* src/DateEdit.py: make "bad date" translatable.
|
||||||
|
|
||||||
2007-01-14 Brian Matherly <brian@gramps-project.org>
|
2007-01-14 Brian Matherly <brian@gramps-project.org>
|
||||||
|
@ -1181,5 +1181,5 @@ def check_for_portability_problems(filetype):
|
|||||||
_('Database is not portable'),
|
_('Database is not portable'),
|
||||||
_('If you need to transfer the database to another machine, '
|
_('If you need to transfer the database to another machine, '
|
||||||
'export to a GRAMPS Package, and import the GRAMPS Package '
|
'export to a GRAMPS Package, and import the GRAMPS Package '
|
||||||
'on the other machine.'))
|
'on the other machine.'),
|
||||||
Config.PORT_WARN)
|
Config.PORT_WARN)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user