aboutsummaryrefslogtreecommitdiffstats
path: root/ui
diff options
context:
space:
mode:
Diffstat (limited to 'ui')
-rw-r--r--ui/ChangeLog5
-rw-r--r--ui/evolution-calendar.xml8
2 files changed, 9 insertions, 4 deletions
diff --git a/ui/ChangeLog b/ui/ChangeLog
index 5ed6258c5f..1d3dc472ff 100644
--- a/ui/ChangeLog
+++ b/ui/ChangeLog
@@ -1,3 +1,8 @@
+2006-02-13 Karsten Bräckelmann <guenther@rudersport.de>
+
+ * evolution-calendar.xml: Add mnemonics. Fixes bug #330936.
+ Fix uppercase usage to be HIG compliant for tooltips.
+
2006-02-10 Karsten Bräckelmann <guenther@rudersport.de>
* evolution-event-editor.xml: Fix some mnemonics and HIG compliant
diff --git a/ui/evolution-calendar.xml b/ui/evolution-calendar.xml
index 426ccf63ee..3a7c94feb8 100644
--- a/ui/evolution-calendar.xml
+++ b/ui/evolution-calendar.xml
@@ -21,8 +21,8 @@
<cmd name="Paste" _tip="Paste the clipboard" accel="*Control*v" pixtype="stock" pixname="gtk-paste"/>
<cmd name="Delete" _tip="Delete the appointment" accel="*Control*d" pixtype="stock" pixname="gtk-delete"/>
- <cmd name="DeleteOccurrence" _tip="Delete this Occurrence" pixtype="stock" pixname="gtk-delete"/>
- <cmd name="DeleteAllOccurrences" _tip="Delete All Occurrences" pixtype="stock" pixname="gtk-delete"/>
+ <cmd name="DeleteOccurrence" _tip="Delete this occurrence" pixtype="stock" pixname="gtk-delete"/>
+ <cmd name="DeleteAllOccurrences" _tip="Delete all occurrences" pixtype="stock" pixname="gtk-delete"/>
<cmd name="CalendarPurge" _label="Purg_e" _tip="Purge old appointments and meetings" accel="*Control*e"/>
</commands>
@@ -51,8 +51,8 @@
<separator/>
<menuitem name="Delete" verb="" _label="_Delete"/>
- <menuitem name="DeleteOccurrence" verb="" _label="Delete this Occurrence"/>
- <menuitem name="DeleteAllOccurrences" verb="" _label="Delete All Occurrences"/>
+ <menuitem name="DeleteOccurrence" verb="" _label="Delete this _Occurrence"/>
+ <menuitem name="DeleteAllOccurrences" verb="" _label="Delete _all Occurrences"/>
</placeholder>
</submenu>