From 60a4ce9f4a2674431b1dde57e1b1f7a2f4360397 Mon Sep 17 00:00:00 2001 From: Benny Malengier Date: Sat, 6 Nov 2010 08:32:30 +0000 Subject: [PATCH] 4301: Got a database error svn: r16148 --- src/gui/dbman.py | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/src/gui/dbman.py b/src/gui/dbman.py index 6f3aaea4d..0debdaf85 100644 --- a/src/gui/dbman.py +++ b/src/gui/dbman.py @@ -632,26 +632,26 @@ class DbManager(CLIDbManager): yes_no = QuestionDialog2( _("Repair family tree?"), _( -"If you click Proceed, Gramps will attempt to reconstruct your family tree" +"If you click Proceed, Gramps will attempt to recover your family tree" " from the last good backup. There are several ways this can cause unwanted" -" behaviour, so backup the family tree first.\n" +" effects, so backup the family tree first.\n" "The Family tree you have selected is stored in %s.\n\n" -"Before doing a repair, verify that the Family Tree really cannot be opened" -" anymore, as the database backend can recover from some errors automatically.\n\n" -"Details: Repairing a Family Tree is actually using the last backup of" -" this Family Tree, which Gramps stored on last use. If you have worked for" +"Before doing a repair, verify that the Family Tree can really no longer be " +" opened, as the database back-end can recover from some errors automatically.\n\n" +"Details: Repairing a Family Tree actually uses the last backup of" +" the Family Tree, which Gramps stored on last use. If you have worked for" " several hours/days without closing Gramps, then all this information will" -" be lost! If repairing fails, the original family tree will have been lost" -" forever also. Hence a backup is needed. If repair fails or if you loose too" -" much information on repair, you can fix the original family tree manually." -" See for this the webpage\n" +" be lost! If the repair fails, then the original family tree will be lost" +" forever, hence a backup is needed. If the repair fails, or too much" +" information is lost, you can fix the original family tree manually." +" For details, see the webpage\n" "http://gramps-project.org/wiki/index.php?title=Recover_corrupted_family_tree\n" -"Before doing a repair, try to open the family tree in the normal manner," -" several errors that can automatically be fixed can trigger the repair button." -" If in this case, you can disable the repair button by removing the" -" file need_recover in the family tree directory" +"Before doing a repair, try to open the family tree in the normal manner." +" Several errors that trigger the repair button can be fixed automatically." +" If this is the case, you can disable the repair button by removing the" +" file need_recover in the family tree directory." ) % dirname, - _("Proceed, I took a backup"), + _("Proceed, I have taken a backup"), _("Stop")) prompt = yes_no.run() if not prompt: