diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2008-08-02 02:33:33 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@src.gnome.org> | 2008-08-02 02:33:33 +0800 |
commit | ad2061107e945700217f107551f479c8e44c9227 (patch) | |
tree | 528a0ddb9abc4a1a4b5099958d9b0c7a289b45e8 /ui | |
parent | 490127f9dee5f1640a037d6b3994099f002b07b5 (diff) | |
download | gsoc2013-evolution-ad2061107e945700217f107551f479c8e44c9227.tar.gz gsoc2013-evolution-ad2061107e945700217f107551f479c8e44c9227.tar.zst gsoc2013-evolution-ad2061107e945700217f107551f479c8e44c9227.zip |
** Fixes bug #517825
2008-08-01 Matthew Barnes <mbarnes@redhat.com>
** Fixes bug #517825
* ui/evolution.xml:
Fix duplicate mnemonic. "_Work Offline" -> "Work _Offline"
svn path=/trunk/; revision=35886
Diffstat (limited to 'ui')
-rw-r--r-- | ui/ChangeLog | 7 | ||||
-rw-r--r-- | ui/evolution.xml | 2 |
2 files changed, 8 insertions, 1 deletions
diff --git a/ui/ChangeLog b/ui/ChangeLog index ba692223e4..74f5a17b9e 100644 --- a/ui/ChangeLog +++ b/ui/ChangeLog @@ -1,3 +1,10 @@ +2008-08-01 Matthew Barnes <mbarnes@redhat.com> + + ** Fixes bug #517825 + + * evolution.xml: + Fix duplicate mnemonic. "_Work Offline" -> "Work _Offline" + 2008-07-18 Matthew Barnes <mbarnes@redhat.com> ** Fixes part of bug #542125 diff --git a/ui/evolution.xml b/ui/evolution.xml index b17f6050ce..9b4231e888 100644 --- a/ui/evolution.xml +++ b/ui/evolution.xml @@ -52,7 +52,7 @@ <cmd name="Settings" pixtype="stock" pixname="gtk-preferences"/> <cmd name="ToggleOffline" - _label="_Work Offline" + _label="Work _Offline" _tip="Toggle whether we are working offline."/> <cmd name="HelpAbout" _label="About Evolution..." |