diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2002-09-30 23:36:59 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2002-09-30 23:36:59 +0800 |
commit | 6d5496e6141bd4afd720e9c125855f4ca7fbe759 (patch) | |
tree | add01b4bbf99ec1c27cb0ddb66edf91a34c58380 /ui | |
parent | c79f82b5d7ab7b9fda8559ed389325f17a2154ac (diff) | |
download | gsoc2013-evolution-6d5496e6141bd4afd720e9c125855f4ca7fbe759.tar.gz gsoc2013-evolution-6d5496e6141bd4afd720e9c125855f4ca7fbe759.tar.zst gsoc2013-evolution-6d5496e6141bd4afd720e9c125855f4ca7fbe759.zip |
Change the accelerator of ToolsSubscriptions to be "u".
* evolution-mail-global.xml: Change the accelerator of
ToolsSubscriptions to be "u".
* evolution.xml: Add PilotConduitSettings in Tools. Rename
"Preferences" to "Settings" as per Anna's request.
svn path=/trunk/; revision=18263
Diffstat (limited to 'ui')
-rw-r--r-- | ui/ChangeLog | 8 | ||||
-rw-r--r-- | ui/evolution-mail-global.xml | 2 | ||||
-rw-r--r-- | ui/evolution.xml | 3 |
3 files changed, 11 insertions, 2 deletions
diff --git a/ui/ChangeLog b/ui/ChangeLog index 00436784f8..f45813b479 100644 --- a/ui/ChangeLog +++ b/ui/ChangeLog @@ -1,3 +1,11 @@ +2002-09-30 Ettore Perazzoli <ettore@ximian.com> + + * evolution-mail-global.xml: Change the accelerator of + ToolsSubscriptions to be "u". + + * evolution.xml: Add PilotConduitSettings in Tools. Rename + "Preferences" to "Settings" as per Anna's request. + 2002-09-25 Jeffrey Stedfast <fejj@ximian.com> * evolution-mail-message.xml: Make the Zoom accels the same as diff --git a/ui/evolution-mail-global.xml b/ui/evolution-mail-global.xml index bc1e1ae7eb..0600844eb6 100644 --- a/ui/evolution-mail-global.xml +++ b/ui/evolution-mail-global.xml @@ -94,7 +94,7 @@ <separator f="" name="emailglobal3"/> - <menuitem name="ToolsSubscriptions" verb="" _label="_Subscribe to Folders..."/> + <menuitem name="ToolsSubscriptions" verb="" _label="S_ubscribe to Folders..."/> <separator f="" name="emailglobal4"/> diff --git a/ui/evolution.xml b/ui/evolution.xml index 33e4fd54cd..3f660f2bd3 100644 --- a/ui/evolution.xml +++ b/ui/evolution.xml @@ -160,10 +160,11 @@ </submenu> <submenu name="Tools" _label="_Tools"> - <menuitem name="Settings" verb="" _label="_Preferences..." _tip="Change Evolution's settings"/> + <menuitem name="Settings" verb="" _label="_Settings..." _tip="Change Evolution's settings"/> <separator/> <placeholder name="ComponentPlaceholder"/> <menuitem name="PilotSettings" verb="" _label="Pi_lot Settings..." _tip="Set up Pilot configuration"/> + <menuitem name="PilotConduitSettings" verb="" _label="Pilot Con_duit Settings..." _tip="Set up Pilot conduit configuration"/> </submenu> <placeholder name="SearchPlaceholder"> |