GrampsLocale: Fix another typo
svn: r21171
This commit is contained in:
parent
64671663dd
commit
5f4665b3a8
@ -262,7 +262,7 @@ class NotRelated(tool.ActivePersonTool, ManagedWindow) :
|
|||||||
if rows > 1:
|
if rows > 1:
|
||||||
progress = ProgressMeter(self.title,_('Starting'))
|
progress = ProgressMeter(self.title,_('Starting'))
|
||||||
#TRANS: no singular form needed, as rows is always > 1
|
#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",
|
"Setting tag for %d people",
|
||||||
rows) % rows, rows)
|
rows) % rows, rows)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user