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:
parent
0eed33dd14
commit
874d62eaf7
@ -1,3 +1,7 @@
|
||||
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)
|
||||
|
||||
2008-01-15 Benny Malengier <benny.malengier@gramps-project.org>
|
||||
* man/Makefile.am: Swedish removed again so it builds again
|
||||
* removed help files of version 2.x, only wiki manual now!
|
||||
|
@ -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):
|
||||
|
Loading…
Reference in New Issue
Block a user