2704: Translation problem word Title (contribution by jannek)

svn: r11970
This commit is contained in:
Jérôme Rapinat
2009-02-12 07:31:08 +00:00
parent 7fefd970c7
commit a3d33aff16
7 changed files with 13 additions and 13 deletions

View File

@@ -29,7 +29,7 @@
#
#-------------------------------------------------------------------------
import os
from gettext import gettext as _
from TransUtils import sgettext as _
import csv
import cStringIO
import codecs
@@ -336,7 +336,7 @@ class CSVWriter:
if self.translate_headers:
self.write_csv(_("Person"), _("Surname"), _("Given"),
_("Call"), _("Suffix"), _("Prefix"),
_("Title"), _("Gender"), _("Birth date"),
_("Person|Title"), _("Gender"), _("Birth date"),
_("Birth place"), _("Birth source"),
_("Death date"), _("Death place"),
_("Death source"), _("Note"))