aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ui/ChangeLog6
-rw-r--r--ui/evolution-calendar.xml2
-rw-r--r--ui/evolution-tasks.xml4
3 files changed, 9 insertions, 3 deletions
diff --git a/ui/ChangeLog b/ui/ChangeLog
index 5fbce8f46f..59d92af583 100644
--- a/ui/ChangeLog
+++ b/ui/ChangeLog
@@ -1,3 +1,9 @@
+2003-07-17 Rodrigo Moya <rodrigo@ximian.com>
+
+ * evolution-tasks.xml: s/Expunge/Purge.
+
+ * evolution-calendar.xml: fixed menmonic for Purge.
+
2003-07-15 Rodrigo Moya <rodrigo@ximian.com>
* evolution-calendar.xml: added 'Purge' menu item.
diff --git a/ui/evolution-calendar.xml b/ui/evolution-calendar.xml
index a9c7de0057..fb605baeb3 100644
--- a/ui/evolution-calendar.xml
+++ b/ui/evolution-calendar.xml
@@ -23,7 +23,7 @@
<cmd name="DeleteAllOccurrences" _tip="Delete All Occurrences" pixtype="stock" pixname="gtk-delete"/>
<cmd name="PublishFreeBusy" _tip="Publish Free/Busy information for this calendar"/>
- <cmd name="CalendarPurge" _label="_Purge" _tip="Purge old appointments and meetings" accel="*Control*e"/>
+ <cmd name="CalendarPurge" _label="Purg_e" _tip="Purge old appointments and meetings" accel="*Control*e"/>
</commands>
<menu>
diff --git a/ui/evolution-tasks.xml b/ui/evolution-tasks.xml
index 76b74615df..7403d20af3 100644
--- a/ui/evolution-tasks.xml
+++ b/ui/evolution-tasks.xml
@@ -11,7 +11,7 @@
pixtype="stock" pixname="gtk-delete"/>
<cmd name="TasksMarkComplete" _tip="Mark selected tasks as complete" accel="*Control*k" sensitive="0"/>
- <cmd name="TasksExpunge" _label="_Expunge" _tip="Delete completed tasks" accel="*Control*e"/>
+ <cmd name="TasksPurge" _label="Purg_e" _tip="Delete completed tasks" accel="*Control*e"/>
</commands>
<menu>
@@ -43,7 +43,7 @@
<submenu name="Actions" _label="_Actions">
<placeholder name="ComponentActionsPlaceholder">
<separator/>
- <menuitem name="TasksExpunge" verb=""/>
+ <menuitem name="TasksPurge" verb=""/>
</placeholder>
</submenu>