diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2003-11-18 04:04:11 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2003-11-18 04:04:11 +0800 |
commit | d448d8ab21d04145d2c534b1ec6aa537d30618a3 (patch) | |
tree | ef0118b736b42de48eaec84bb7111bde24d7e7ac | |
parent | 98e3582f187f03dd8b65afc761f150a1aa4b6623 (diff) | |
download | gsoc2013-evolution-d448d8ab21d04145d2c534b1ec6aa537d30618a3.tar gsoc2013-evolution-d448d8ab21d04145d2c534b1ec6aa537d30618a3.tar.gz gsoc2013-evolution-d448d8ab21d04145d2c534b1ec6aa537d30618a3.tar.bz2 gsoc2013-evolution-d448d8ab21d04145d2c534b1ec6aa537d30618a3.tar.lz gsoc2013-evolution-d448d8ab21d04145d2c534b1ec6aa537d30618a3.tar.xz gsoc2013-evolution-d448d8ab21d04145d2c534b1ec6aa537d30618a3.tar.zst gsoc2013-evolution-d448d8ab21d04145d2c534b1ec6aa537d30618a3.zip |
Rename verb "OpenFolderInNewWindow" to
"OpenNewWindow". Add a separator before it in the File -> New
submenu.
svn path=/trunk/; revision=23400
-rw-r--r-- | ui/evolution.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ui/evolution.xml b/ui/evolution.xml index b5abbadff3..1011289a10 100644 --- a/ui/evolution.xml +++ b/ui/evolution.xml @@ -125,8 +125,8 @@ <menuitem name="EvolutionWindow" verb="OpenNewWindow" - _label="Evolution _Window" - _tip="Create a new window displaying this folder" + _label="_Window" + _tip="Create a new window" accel="*Control**Shift*w"/> </popup> </popups> |