aboutsummaryrefslogtreecommitdiffstats
path: root/widgets
diff options
context:
space:
mode:
Diffstat (limited to 'widgets')
-rw-r--r--widgets/misc/ChangeLog6
-rw-r--r--widgets/misc/e-filter-bar.h2
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 }