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

@ -266,7 +266,7 @@ class EditPerson(EditPrimary):
self.patro_title = widgets.MonitoredComboSelectedEntry(
self.top.get_widget("patrocmb"),
self.top.get_widget("patroentry"),
[_('Patronymic'), _('Title')],
[_('Patronymic'), _('Person|Title')],
[self.pname.set_patronymic, self.pname.set_title],
[self.pname.get_patronymic, self.pname.get_title],
default = Config.get(Config.PATRO_TITLE),