aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@ximian.com>2001-04-16 05:14:43 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2001-04-16 05:14:43 +0800
commitf74e4c3046296088a3e860f0c7d49090d4954801 (patch)
treec73bf7e23bd0d78f3ebe8e88418b5fd60336eda0
parentc09d63f05f640ed0cb3627930e135673aac94b0d (diff)
downloadgsoc2013-evolution-f74e4c3046296088a3e860f0c7d49090d4954801.tar
gsoc2013-evolution-f74e4c3046296088a3e860f0c7d49090d4954801.tar.gz
gsoc2013-evolution-f74e4c3046296088a3e860f0c7d49090d4954801.tar.bz2
gsoc2013-evolution-f74e4c3046296088a3e860f0c7d49090d4954801.tar.lz
gsoc2013-evolution-f74e4c3046296088a3e860f0c7d49090d4954801.tar.xz
gsoc2013-evolution-f74e4c3046296088a3e860f0c7d49090d4954801.tar.zst
gsoc2013-evolution-f74e4c3046296088a3e860f0c7d49090d4954801.zip
s/Is/is/ and s/Is Not/is not/ to be more consistant with the rest.
2001-04-15 Jeffrey Stedfast <fejj@ximian.com> * filtertypes.xml: s/Is/is/ and s/Is Not/is not/ to be more consistant with the rest. svn path=/trunk/; revision=9331
-rw-r--r--filter/ChangeLog5
-rw-r--r--filter/filtertypes.xml4
-rw-r--r--filter/libfilter-i18n.h38
3 files changed, 25 insertions, 22 deletions
diff --git a/filter/ChangeLog b/filter/ChangeLog
index 678dd455f8..649a21fa5a 100644
--- a/filter/ChangeLog
+++ b/filter/ChangeLog
@@ -1,3 +1,8 @@
+2001-04-15 Jeffrey Stedfast <fejj@ximian.com>
+
+ * filtertypes.xml: s/Is/is/ and s/Is Not/is not/ to be more
+ consistant with the rest.
+
2001-04-13 Jon Trowbridge <trow@gnu.org>
* filtertypes.xml: Add XML specs for source account filtering.
diff --git a/filter/filtertypes.xml b/filter/filtertypes.xml
index aa2b9bbbfa..9e4de55977 100644
--- a/filter/filtertypes.xml
+++ b/filter/filtertypes.xml
@@ -537,13 +537,13 @@
<title>Source Account</title>
<input type="optionlist" name="srcmatch-type">
<option value="is">
- <title>Is</title>
+ <title>is</title>
<code>
(match-all (= (get-source) ${uri}))
</code>
</option>
<option value="is-not">
- <title>Is Not</title>
+ <title>is not</title>
<code>
(match-all (not (= (get-source) ${uri})))
</code>
diff --git a/filter/libfilter-i18n.h b/filter/libfilter-i18n.h
index bd237f3337..7fdeff6abe 100644
--- a/filter/libfilter-i18n.h
+++ b/filter/libfilter-i18n.h
@@ -1,26 +1,40 @@
/* Automatically generated. Do not edit. */
+char *s = N_("after");
char *s = N_("Assign Colour");
char *s = N_("Assign Score");
char *s = N_("Attachments");
+char *s = N_("before");
+char *s = N_("contains");
char *s = N_("Copy to Folder");
char *s = N_("Date received");
char *s = N_("Date sent");
char *s = N_("Delete");
char *s = N_("Deleted");
+char *s = N_("does not contain");
+char *s = N_("does not end with");
+char *s = N_("does not exist");
+char *s = N_("does not sound like");
+char *s = N_("does not start with");
char *s = N_("Do Not Exist");
char *s = N_("Draft");
+char *s = N_("ends with");
char *s = N_("Exist");
+char *s = N_("exists");
char *s = N_("Expression");
char *s = N_("Forward to Address");
char *s = N_("Important");
-char *s = N_("Is Not");
-char *s = N_("Is");
+char *s = N_("is");
+char *s = N_("is greater than");
+char *s = N_("is less than");
+char *s = N_("is not");
char *s = N_("Mailing list");
char *s = N_("Message Body");
char *s = N_("Message Header");
char *s = N_("Message was received");
char *s = N_("Message was sent");
char *s = N_("Move to Folder");
+char *s = N_("on or after");
+char *s = N_("on or before");
char *s = N_("Read");
char *s = N_("Recipients");
char *s = N_("Regex Match");
@@ -28,28 +42,12 @@ char *s = N_("Replied to");
char *s = N_("Score");
char *s = N_("Sender");
char *s = N_("Set Status");
+char *s = N_("sounds like");
char *s = N_("Source Account");
char *s = N_("Specific header");
+char *s = N_("starts with");
char *s = N_("Status");
char *s = N_("Stop Processing");
char *s = N_("Subject");
-char *s = N_("after");
-char *s = N_("before");
-char *s = N_("contains");
-char *s = N_("does not contain");
-char *s = N_("does not end with");
-char *s = N_("does not exist");
-char *s = N_("does not sound like");
-char *s = N_("does not start with");
-char *s = N_("ends with");
-char *s = N_("exists");
-char *s = N_("is greater than");
-char *s = N_("is less than");
-char *s = N_("is not");
-char *s = N_("is");
-char *s = N_("on or after");
-char *s = N_("on or before");
-char *s = N_("sounds like");
-char *s = N_("starts with");
char *s = N_("was after");
char *s = N_("was before");