aboutsummaryrefslogtreecommitdiffstats
path: root/filter/ChangeLog
diff options
context:
space:
mode:
authorDan Winship <danw@src.gnome.org>2003-03-21 01:09:47 +0800
committerDan Winship <danw@src.gnome.org>2003-03-21 01:09:47 +0800
commitd8dbc151f073eb94e320ca4ba3f19594b3b96e76 (patch)
treea78c5aa9bd9523c4869f32fa614b0b1e7a32d604 /filter/ChangeLog
parent98063be89799089efa1249f2c1ffc7f85423b28a (diff)
downloadgsoc2013-evolution-d8dbc151f073eb94e320ca4ba3f19594b3b96e76.tar
gsoc2013-evolution-d8dbc151f073eb94e320ca4ba3f19594b3b96e76.tar.gz
gsoc2013-evolution-d8dbc151f073eb94e320ca4ba3f19594b3b96e76.tar.bz2
gsoc2013-evolution-d8dbc151f073eb94e320ca4ba3f19594b3b96e76.tar.lz
gsoc2013-evolution-d8dbc151f073eb94e320ca4ba3f19594b3b96e76.tar.xz
gsoc2013-evolution-d8dbc151f073eb94e320ca4ba3f19594b3b96e76.tar.zst
gsoc2013-evolution-d8dbc151f073eb94e320ca4ba3f19594b3b96e76.zip
Change the strings in the timespans array from "second" / "seconds" to "1
* filter-datespec.c (timespans, set_button): Change the strings in the timespans array from "second" / "seconds" to "1 second ago" / "%d seconds ago", etc, and update the code in set_button that uses them. Fixes #36245, translation clash between the "second" here and the one in the calendar (where it's used as "2nd"). svn path=/trunk/; revision=20432
Diffstat (limited to 'filter/ChangeLog')
-rw-r--r--filter/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/filter/ChangeLog b/filter/ChangeLog
index 331b5cc86a..ce62a5f5cd 100644
--- a/filter/ChangeLog
+++ b/filter/ChangeLog
@@ -1,3 +1,11 @@
+2003-03-20 Dan Winship <danw@ximian.com>
+
+ * filter-datespec.c (timespans, set_button): Change the strings in
+ the timespans array from "second" / "seconds" to "1 second ago" /
+ "%d seconds ago", etc, and update the code in set_button that uses
+ them. Fixes #36245, translation clash between the "second" here
+ and the one in the calendar (where it's used as "2nd").
+
2003-03-20 Jeffrey Stedfast <fejj@ximian.com>
* rule-editor.c (rule_editor_set_sensitive): Don't return here -