From 5f4665b3a8fa7f8f475463d5fe0b4ab4a5883d51 Mon Sep 17 00:00:00 2001 From: John Ralls Date: Sat, 19 Jan 2013 00:56:18 +0000 Subject: [PATCH] GrampsLocale: Fix another typo svn: r21171 --- gramps/plugins/tool/notrelated.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gramps/plugins/tool/notrelated.py b/gramps/plugins/tool/notrelated.py index 823349856..e1e799abe 100644 --- a/gramps/plugins/tool/notrelated.py +++ b/gramps/plugins/tool/notrelated.py @@ -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)