Changed references of "photo" to "image", allowed family and personal event names to be translated.

svn: r217
This commit is contained in:
Don Allingham
2001-07-03 16:53:10 +00:00
parent 9deaabe5ea
commit a9e0c83491
16 changed files with 146 additions and 45 deletions

View File

@@ -538,7 +538,7 @@ def on_choose_parents_clicked(obj):
#
#-------------------------------------------------------------------------
def on_new_clicked(obj):
msg = _("Do you want to close the current database and create a new database?")
msg = _("Do you want to close the current database and create a new one?")
topWindow.question(msg,new_database_response)
#-------------------------------------------------------------------------