diff options
author | Jason Leach <jleach@ximian.com> | 2001-06-06 08:29:07 +0800 |
---|---|---|
committer | Jacob Leach <jleach@src.gnome.org> | 2001-06-06 08:29:07 +0800 |
commit | e65b6299c7162d041a37f25ec75ddb4c8de9452d (patch) | |
tree | 86b1b9d887cf7d682dc3d00cdf03040de7f1f7fa /ui | |
parent | 9a3c412e4f46e34c34463c5661d4a7e5d7758bf6 (diff) | |
download | gsoc2013-evolution-e65b6299c7162d041a37f25ec75ddb4c8de9452d.tar gsoc2013-evolution-e65b6299c7162d041a37f25ec75ddb4c8de9452d.tar.gz gsoc2013-evolution-e65b6299c7162d041a37f25ec75ddb4c8de9452d.tar.bz2 gsoc2013-evolution-e65b6299c7162d041a37f25ec75ddb4c8de9452d.tar.lz gsoc2013-evolution-e65b6299c7162d041a37f25ec75ddb4c8de9452d.tar.xz gsoc2013-evolution-e65b6299c7162d041a37f25ec75ddb4c8de9452d.tar.zst gsoc2013-evolution-e65b6299c7162d041a37f25ec75ddb4c8de9452d.zip |
Fix a little thing where it was actually saying "_Delete this folder" in
2001-06-05 Jason Leach <jleach@ximian.com>
* evolution.xml: Fix a little thing where it was actually saying
"_Delete this folder" in the statusbar.
svn path=/trunk/; revision=10129
Diffstat (limited to 'ui')
-rw-r--r-- | ui/ChangeLog | 5 | ||||
-rw-r--r-- | ui/evolution.xml | 4 |
2 files changed, 7 insertions, 2 deletions
diff --git a/ui/ChangeLog b/ui/ChangeLog index d6285087c5..daf066bbf0 100644 --- a/ui/ChangeLog +++ b/ui/ChangeLog @@ -1,3 +1,8 @@ +2001-06-05 Jason Leach <jleach@ximian.com> + + * evolution.xml: Fix a little thing where it was actually saying + "_Delete this folder" in the statusbar. + 2001-05-31 Chris Toshok <toshok@ximian.com> * evolution-addressbook.xml: change Print Preview's name to diff --git a/ui/evolution.xml b/ui/evolution.xml index 5248ba1f4c..30569c8599 100644 --- a/ui/evolution.xml +++ b/ui/evolution.xml @@ -104,7 +104,7 @@ <menuitem name="DeleteFolder" verb="DeleteFolder" _label="_Delete" - _tip="_Delete this folder"/> + _tip="Delete this folder"/> <menuitem name="RenameFolder" verb="RenameFolder" @@ -250,7 +250,7 @@ <menuitem name="DeleteFolder" verb="DeleteFolder" _label="_Delete" - _tip="_Delete this folder"/> + _tip="Delete this folder"/> <menuitem name="RenameFolder" verb="RenameFolder" |