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 | |
parent | 1d556fa92a0c277206a203d11d51388b9269c7f7 (diff) | |
download | gsoc2013-evolution-caee58dba56539a9c36e2624203822cb1d6e496f.tar gsoc2013-evolution-caee58dba56539a9c36e2624203822cb1d6e496f.tar.gz gsoc2013-evolution-caee58dba56539a9c36e2624203822cb1d6e496f.tar.bz2 gsoc2013-evolution-caee58dba56539a9c36e2624203822cb1d6e496f.tar.lz gsoc2013-evolution-caee58dba56539a9c36e2624203822cb1d6e496f.tar.xz 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')
-rw-r--r-- | ui/ChangeLog | 5 | ||||
-rw-r--r-- | ui/evolution-subscribe.xml | 4 |
2 files changed, 7 insertions, 2 deletions
diff --git a/ui/ChangeLog b/ui/ChangeLog index 1b11f2d030..5218deb1ba 100644 --- a/ui/ChangeLog +++ b/ui/ChangeLog @@ -1,3 +1,8 @@ +2000-10-25 Jeffrey Stedfast <fejj@helixcode.com> + + * evolution-subscribe.xml: Don't have a Unselect All, use Invert + Selection instead. + 2000-10-19 Ettore Perazzoli <ettore@helixcode.com> * Makefile.am (H_FILES): New. 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> |