aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChyla Zbigniew <chyla@src.gnome.org>2001-07-13 04:40:29 +0800
committerChyla Zbigniew <chyla@src.gnome.org>2001-07-13 04:40:29 +0800
commit160eb8c6e95b1bd15558f6c7d15a4b671dacb104 (patch)
tree8259c1bcf989fa1f048982c8a3b2c8fc59027e68
parente7926cc69e3c25ad4e65fac6492952c90bd56eb1 (diff)
downloadgsoc2013-evolution-160eb8c6e95b1bd15558f6c7d15a4b671dacb104.tar
gsoc2013-evolution-160eb8c6e95b1bd15558f6c7d15a4b671dacb104.tar.gz
gsoc2013-evolution-160eb8c6e95b1bd15558f6c7d15a4b671dacb104.tar.bz2
gsoc2013-evolution-160eb8c6e95b1bd15558f6c7d15a4b671dacb104.tar.lz
gsoc2013-evolution-160eb8c6e95b1bd15558f6c7d15a4b671dacb104.tar.xz
gsoc2013-evolution-160eb8c6e95b1bd15558f6c7d15a4b671dacb104.tar.zst
gsoc2013-evolution-160eb8c6e95b1bd15558f6c7d15a4b671dacb104.zip
Marked string for translation.
* filter-datespec.c (stringify_agoness): Marked string for translation. svn path=/trunk/; revision=11060
-rw-r--r--filter/ChangeLog4
-rw-r--r--filter/filter-datespec.c2
2 files changed, 5 insertions, 1 deletions
diff --git a/filter/ChangeLog b/filter/ChangeLog
index 3d19013b55..70d21b1ac1 100644
--- a/filter/ChangeLog
+++ b/filter/ChangeLog
@@ -1,3 +1,7 @@
+2001-07-12 Zbigniew Chyla <cyba@gnome.pl>
+
+ * filter-datespec.c (stringify_agoness): Marked string for translation.
+
2001-07-12 Jeffrey Stedfast <fejj@ximian.com>
* filtertypes.xml: Users should not be able to filter on "Status
diff --git a/filter/filter-datespec.c b/filter/filter-datespec.c
index edfb5f2206..f4a93b371e 100644
--- a/filter/filter-datespec.c
+++ b/filter/filter-datespec.c
@@ -576,7 +576,7 @@ stringify_agoness (FilterDatespec *fds)
where++;
}
- g_string_append (str, " ago");
+ g_string_append (str, _(" ago"));
}
ret = str->str;