diff options
author | Jeffrey Stedfast <fejj@helixcode.com> | 2000-10-26 06:36:13 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2000-10-26 06:36:13 +0800 |
commit | caee58dba56539a9c36e2624203822cb1d6e496f (patch) | |
tree | 0d9bc735e408aee81e66a887a27f8481af22b6a1 /ui/evolution-subscribe.xml | |
parent | 1d556fa92a0c277206a203d11d51388b9269c7f7 (diff) | |
download | gsoc2013-evolution-caee58dba56539a9c36e2624203822cb1d6e496f.tar.gz gsoc2013-evolution-caee58dba56539a9c36e2624203822cb1d6e496f.tar.zst gsoc2013-evolution-caee58dba56539a9c36e2624203822cb1d6e496f.zip |
Don't have a Unselect All, use Invert Selection instead.
2000-10-25 Jeffrey Stedfast <fejj@helixcode.com>
* evolution-subscribe.xml: Don't have a Unselect All, use Invert
Selection instead.
svn path=/trunk/; revision=6182
Diffstat (limited to 'ui/evolution-subscribe.xml')
-rw-r--r-- | ui/evolution-subscribe.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ui/evolution-subscribe.xml b/ui/evolution-subscribe.xml index 2b5643ac9f..3bd3529587 100644 --- a/ui/evolution-subscribe.xml +++ b/ui/evolution-subscribe.xml @@ -12,8 +12,8 @@ <menuitem name="EditSelectAll" verb="" _label="Select _All"/> - <menuitem name="EditUnSelectAll" verb="" - _label="_Unselect All"/> + <menuitem name="EditInvertSelection" verb="" + _label="_Invert Selection"/> </submenu> |