2704: Translation problem word Title (contribution by jannek)
svn: r11970
This commit is contained in:
@ -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),
|
||||
|
Reference in New Issue
Block a user