typo on translation strings

svn: r11938
This commit is contained in:
Jérôme Rapinat
2009-02-09 16:27:09 +00:00
parent 6e661e9cf2
commit 3e1ff9bf32
3 changed files with 1522 additions and 2131 deletions

View File

@@ -74,7 +74,7 @@ def run(database, document, date):
stab.row(person, birth_str)
stab.row_sort_val(1, diff_span)
matches += 1
sdoc.paragraph("\n%d matches.\n" % matches)
sdoc.paragraph(_("\n%d matches.\n") % matches)
stab.write(sdoc)
sdoc.paragraph("")