diff options
-rw-r--r-- | ui/ChangeLog | 5 | ||||
-rw-r--r-- | ui/evolution-editor.xml | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/ui/ChangeLog b/ui/ChangeLog index 1d3dc472ff..62c109e881 100644 --- a/ui/ChangeLog +++ b/ui/ChangeLog @@ -1,3 +1,8 @@ +2006-02-26 Rakesh k.g <rakeysh_kg@yahoo.com> + + * evolution-editor.xml: Insert menu changed its mnemonic. + Fixes bug #331975. + 2006-02-13 Karsten Bräckelmann <guenther@rudersport.de> * evolution-calendar.xml: Add mnemonics. Fixes bug #330936. diff --git a/ui/evolution-editor.xml b/ui/evolution-editor.xml index b68c3add52..4f819b78f9 100644 --- a/ui/evolution-editor.xml +++ b/ui/evolution-editor.xml @@ -37,7 +37,7 @@ <submenu name="View" _label="_View"> </submenu> - <submenu name="Insert" _label="_Insert"> + <submenu name="Insert" _label="I_nsert"> <placeholder name="Attachments"> <menuitem name="InsertAttachments" verb="" _label="_Attachment..." pixtype="pixbuf"/> </placeholder> |