* src/ViewManager.py (check_for_portability_problems): simplify the
warning message. svn: r7910
This commit is contained in:
parent
aac53ecf8e
commit
a43ef9d8f0
@ -1,4 +1,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
|
||||||
|
warning message.
|
||||||
* 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>
|
||||||
|
@ -1167,18 +1167,9 @@ def check_for_portability_problems(filetype):
|
|||||||
if version < (2, 5) and not Config.get(Config.PORT_WARN):
|
if version < (2, 5) and not Config.get(Config.PORT_WARN):
|
||||||
QuestionDialog.MessageHideDialog(
|
QuestionDialog.MessageHideDialog(
|
||||||
_('Database is not portable'),
|
_('Database is not portable'),
|
||||||
_('Your system is running an old version of python. This '
|
_('If you need to transfer the database to another machine, '
|
||||||
'prevents you from being able to copy your database to '
|
|
||||||
'other machines. For most people, this is not a problem.\n\n'
|
|
||||||
'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.\n\nIf you feel you need to be able '
|
'on the other machine.'))
|
||||||
'to transfer this file between machines without exporting, '
|
|
||||||
'you need to either upgrade to version 2.5 of python, or '
|
|
||||||
'disable transactions in the preferences menu. Disabling '
|
|
||||||
'transactions will slow down your performance, and may '
|
|
||||||
'allow your database to become corrupted if an error '
|
|
||||||
'occurs while data is being saved'),
|
|
||||||
Config.PORT_WARN)
|
Config.PORT_WARN)
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user