* src/gramps_main.py: Replace old "file-should-be-directory" message.

* src/StartupDialog.py: Minor typos.
* src/plugins/Verify.py: Likewise.
* src/plugins/WebPage.py: Likewise.
* src/plugins/book.glade: Likewise.
* src/MediaView.py: Likewise.
* src/PlaceView.py: Likewise.
* src/po/template.po: Update the above corrections in template.


svn: r1894
This commit is contained in:
Alex Roitman
2003-07-17 02:37:28 +00:00
parent e94b657b8b
commit 1a5fb683a9
9 changed files with 135 additions and 120 deletions

View File

@@ -1,7 +1,7 @@
#
# Gramps - a GTK+/GNOME based genealogy program
#
# Copyright (C) 2001 Donald N. Allingham
# Copyright (C) 2001-2003 Donald N. Allingham
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
@@ -258,7 +258,7 @@ class MediaView:
'If you delete this object, it will be removed '
'from the database and from all records that '
'reference it.'),
_('_Delete Media Object?'),
_('_Delete Media Object'),
ans.query_response)
else:
self.db.removeObject(mobj.getId())