Made the autosave recovery message a bit more clear.
svn: r673
This commit is contained in:
parent
cf826fdeb4
commit
e065ac03c7
@ -533,7 +533,7 @@ def auto_save_load(filename):
|
||||
autosave = "%s/autosave.gramps" % dirname
|
||||
|
||||
if os.path.isfile(autosave):
|
||||
q = _("An autosave file exists. Should this be loaded instead of the last saved version?")
|
||||
q = _("An autosave file exists for %s.\nShould this be loaded instead of the last saved version?") % dirname
|
||||
yname = autosave
|
||||
nname = filename
|
||||
gnome.ui.GnomeQuestionDialog(q,autosave_query)
|
||||
|
Loading…
x
Reference in New Issue
Block a user