First update for consistent use of Gramps. See issue 3355.

svn: r13610
This commit is contained in:
Peter Landgren
2009-11-17 20:14:53 +00:00
parent 0e87714de3
commit 33686fcf18
71 changed files with 183 additions and 183 deletions

View File

@@ -304,7 +304,7 @@ class EditNote(EditPrimary):
(uses_dupe_id, id) = self._uses_duplicate_id()
if uses_dupe_id:
msg1 = _("Cannot save note. ID already exists.")
msg2 = _("You have attempted to use the existing GRAMPS ID with "
msg2 = _("You have attempted to use the existing Gramps ID with "
"value %(id)s. This value is already used. Please "
"enter a different ID or leave "
"blank to get the next available ID value.") % {