diff options
author | Rodrigo Moya <rodrigo@ximian.com> | 2003-07-17 18:43:21 +0800 |
---|---|---|
committer | Rodrigo Moya <rodrigo@src.gnome.org> | 2003-07-17 18:43:21 +0800 |
commit | aa13b072540d842997c87d1b400382b4e724de48 (patch) | |
tree | ab5a32edd03550f59156eb55267afe111081f259 /ui | |
parent | 20d610abe40342e35f36626ff0af45c909bdcd7f (diff) | |
download | gsoc2013-evolution-aa13b072540d842997c87d1b400382b4e724de48.tar gsoc2013-evolution-aa13b072540d842997c87d1b400382b4e724de48.tar.gz gsoc2013-evolution-aa13b072540d842997c87d1b400382b4e724de48.tar.bz2 gsoc2013-evolution-aa13b072540d842997c87d1b400382b4e724de48.tar.lz gsoc2013-evolution-aa13b072540d842997c87d1b400382b4e724de48.tar.xz gsoc2013-evolution-aa13b072540d842997c87d1b400382b4e724de48.tar.zst gsoc2013-evolution-aa13b072540d842997c87d1b400382b4e724de48.zip |
s/Expunge/Purge.
2003-07-17 Rodrigo Moya <rodrigo@ximian.com>
* evolution-tasks.xml: s/Expunge/Purge.
* evolution-calendar.xml: fixed menmonic for Purge.
svn path=/trunk/; revision=21852
Diffstat (limited to 'ui')
-rw-r--r-- | ui/ChangeLog | 6 | ||||
-rw-r--r-- | ui/evolution-calendar.xml | 2 | ||||
-rw-r--r-- | ui/evolution-tasks.xml | 4 |
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> |