GrampsLocale: Fix another typo

svn: r21171
This commit is contained in:
John Ralls 2013-01-19 00:56:18 +00:00
parent b0e9f158d5
commit 9e09c4233f

View File

@ -262,7 +262,7 @@ class NotRelated(tool.ActivePersonTool, ManagedWindow) :
if rows > 1:
progress = ProgressMeter(self.title,_('Starting'))
#TRANS: no singular form needed, as rows is always > 1
progress.set_passngettext("Setting tag for %d person",
progress.set_pass(ngettext("Setting tag for %d person",
"Setting tag for %d people",
rows) % rows, rows)