GrampsLocale: Fix another typo
svn: r21171
This commit is contained in:
parent
b0e9f158d5
commit
9e09c4233f
@ -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)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user