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:
Doug Blank 2008-01-15 17:40:17 +00:00
parent 0eed33dd14
commit 874d62eaf7
2 changed files with 5 additions and 1 deletions

View File

@ -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!

View File

@ -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):