2008-01-15 Douglas S. Blank <dblank@cs.brynmawr.edu>
* src/plugins/SameSurnames.py (run): change description to just surname, not entire person (bug #1595) svn: r9820
This commit is contained in:
@@ -40,7 +40,7 @@ def run(database, document, person):
|
||||
sdoc = SimpleDoc(document)
|
||||
stab = SimpleTable(sdb, sdoc)
|
||||
# display the title
|
||||
sdoc.title(_("People with same surname as %s") % sdb.name(person))
|
||||
sdoc.title(_("People with the surname '%s'") % sdb.surname(person))
|
||||
sdoc.paragraph("")
|
||||
stab.columns(_("Person"), _("Birth Date"), _("Name type"))
|
||||
# grab our current id (self):
|
||||
|
||||
Reference in New Issue
Block a user