diff --git a/ChangeLog b/ChangeLog index c0f7326cf..2cd28c8f3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2008-02-20 Raphael Ackermann + * src/DisplayTabs/_PersonRefEmbedList.py: change _o mnemonic to not + interfere with OK button. + 2008-02-20 Benny Malengier * src/DbManager.py: #1725, ENTER, double-click if OK button sensitive only @@ -64,7 +68,8 @@ * src/ViewManager.py: #1559, use CTRL+N/P not ALT+N/P to avoid problems 2008-02-19 Peter Landgren - * src/plugins/ExtractCity.py: Works for Swedish laen if the laen letter is within () + * src/plugins/ExtractCity.py: Works for Swedish laen if the laen letter is + within () 2008-02-19 Benny Malengier c * src/plugins/SimpleBookTitle.py: remove select file button diff --git a/src/DisplayTabs/_PersonRefEmbedList.py b/src/DisplayTabs/_PersonRefEmbedList.py index 738e9f420..a35bfd9ad 100644 --- a/src/DisplayTabs/_PersonRefEmbedList.py +++ b/src/DisplayTabs/_PersonRefEmbedList.py @@ -57,7 +57,7 @@ class PersonRefEmbedList(EmbeddedList): def __init__(self, dbstate, uistate, track, data): self.data = data EmbeddedList.__init__(self, dbstate, uistate, track, - _('Ass_ociations'), PersonRefModel) + _('_Associations'), PersonRefModel) def get_ref_editor(self): from Editors import EditPersonRef