aboutsummaryrefslogtreecommitdiffstats
path: root/filter/filtertypes.xml
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 /filter/filtertypes.xml
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
Diffstat (limited to 'filter/filtertypes.xml')
-rw-r--r--filter/filtertypes.xml4
1 files changed, 2 insertions, 2 deletions
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>