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

@ -31,7 +31,7 @@ import locale
import random
import time
from gettext import gettext as _
from TransUtils import sgettext as _
#-------------------------------------------------------------------------
#
@ -1164,7 +1164,7 @@ def profile(func, *args):
#-------------------------------------------------------------------------
# keyword, code, translated standard, translated upper
KEYWORDS = [("title", "t", _("Title"), _("TITLE")),
KEYWORDS = [("title", "t", _("Title"), _("Person|TITLE")),
("given", "f", _("Given"), _("GIVEN")),
("prefix", "p", _("Prefix"), _("PREFIX")),
("surname", "l", _("Surname"), _("SURNAME")),