diff options
author | Anna Marie Dirks <anna@ximian.com> | 2001-08-10 01:21:39 +0800 |
---|---|---|
committer | Anna Dirks <anna@src.gnome.org> | 2001-08-10 01:21:39 +0800 |
commit | 44f7f1b1aeed1f1ec213fdacd1d1af5bc59be95d (patch) | |
tree | f5c64ce69353bf04bf425fd76adadcc9f25581ee | |
parent | 2a9ba91eb86d6e48bd4122433d93921d7a5ebbfd (diff) | |
download | gsoc2013-evolution-44f7f1b1aeed1f1ec213fdacd1d1af5bc59be95d.tar.gz gsoc2013-evolution-44f7f1b1aeed1f1ec213fdacd1d1af5bc59be95d.tar.zst gsoc2013-evolution-44f7f1b1aeed1f1ec213fdacd1d1af5bc59be95d.zip |
changed the E_FILTERBAR_RESET label from "Show All" to "Clear" to
2001-08-09 Anna Marie Dirks <anna@ximian.com>
* e-filter-bar.h : changed the E_FILTERBAR_RESET label from
"Show All" to "Clear" to alleviate confusion about whether
"Show All" means that hidden messages are also shown or not.
(See ximian bug #6743)
svn path=/trunk/; revision=11833
-rw-r--r-- | widgets/misc/ChangeLog | 6 | ||||
-rw-r--r-- | widgets/misc/e-filter-bar.h | 2 |
2 files changed, 7 insertions, 1 deletions
diff --git a/widgets/misc/ChangeLog b/widgets/misc/ChangeLog index 915a748d79..bd55ae6e90 100644 --- a/widgets/misc/ChangeLog +++ b/widgets/misc/ChangeLog @@ -1,3 +1,9 @@ +2001-08-09 Anna Marie Dirks <anna@ximian.com> + * e-filter-bar.h : changed the E_FILTERBAR_RESET label from + "Show All" to "Clear" to alleviate confusion about whether + "Show All" means that hidden messages are also shown or not. + (See ximian bug #6743) + 2001-08-09 Federico Mena Quintero <federico@ximian.com> * e-calendar-item.c (e_calendar_item_destroy): Chain to the diff --git a/widgets/misc/e-filter-bar.h b/widgets/misc/e-filter-bar.h index c6777630e8..bb138c0549 100644 --- a/widgets/misc/e-filter-bar.h +++ b/widgets/misc/e-filter-bar.h @@ -92,7 +92,7 @@ enum { }; #define E_FILTERBAR_SAVE { N_("Save As..."), E_FILTERBAR_SAVE_ID } -#define E_FILTERBAR_RESET { N_("Show All"), E_FILTERBAR_RESET_ID } +#define E_FILTERBAR_RESET { N_("Clear"), E_FILTERBAR_RESET_ID } #define E_FILTERBAR_EDIT { N_("Edit..."), E_FILTERBAR_EDIT_ID } #define E_FILTERBAR_ADVANCED { N_("Advanced..."), E_FILTERBAR_ADVANCED_ID } |