From ceb6d391c3336c38495ae6970ab5d2cdbb58d174 Mon Sep 17 00:00:00 2001 From: Peter Landgren Date: Tue, 1 Mar 2011 13:11:21 +0000 Subject: [PATCH] One more string to translate. svn: r16737 --- src/ExportOptions.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ExportOptions.py b/src/ExportOptions.py index bdff8be64..c9213fe3f 100644 --- a/src/ExportOptions.py +++ b/src/ExportOptions.py @@ -138,7 +138,7 @@ class WriterOptionBox(object): widget = gtk.VBox() full_database_row = gtk.HBox() - full_database_row.pack_start(gtk.Label("Unfiltered Family Tree:"), False) + full_database_row.pack_start(gtk.Label(_("Unfiltered Family Tree:")), False) people_count = len(self.dbstate.db.get_person_handles()) button = gtk.Button(ngettext("%d Person", "%d People", people_count) % people_count)