aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@ximian.com>2001-07-06 06:39:39 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2001-07-06 06:39:39 +0800
commite18a28a56cca90fab110ca38fd9ca5746e3912c7 (patch)
treec888cd3e1026813453c9119b098fb8afca01b222
parent652c3e8225f363180269634afd6a31d00b230ce2 (diff)
downloadgsoc2013-evolution-e18a28a56cca90fab110ca38fd9ca5746e3912c7.tar
gsoc2013-evolution-e18a28a56cca90fab110ca38fd9ca5746e3912c7.tar.gz
gsoc2013-evolution-e18a28a56cca90fab110ca38fd9ca5746e3912c7.tar.bz2
gsoc2013-evolution-e18a28a56cca90fab110ca38fd9ca5746e3912c7.tar.lz
gsoc2013-evolution-e18a28a56cca90fab110ca38fd9ca5746e3912c7.tar.xz
gsoc2013-evolution-e18a28a56cca90fab110ca38fd9ca5746e3912c7.tar.zst
gsoc2013-evolution-e18a28a56cca90fab110ca38fd9ca5746e3912c7.zip
Fix bug #4043: s/colour/color
2001-07-05 Jeffrey Stedfast <fejj@ximian.com> * filtertypes.xml: Fix bug #4043: s/colour/color svn path=/trunk/; revision=10832
-rw-r--r--filter/ChangeLog4
-rw-r--r--filter/filtertypes.xml2
2 files changed, 5 insertions, 1 deletions
diff --git a/filter/ChangeLog b/filter/ChangeLog
index aeb69d9ecd..049c4c8111 100644
--- a/filter/ChangeLog
+++ b/filter/ChangeLog
@@ -1,3 +1,7 @@
+2001-07-05 Jeffrey Stedfast <fejj@ximian.com>
+
+ * filtertypes.xml: Fix bug #4043: s/colour/color
+
2001-07-03 Peter Williams <peterw@ximian.com>
* filter-source.c (get_widget): Prevent crashing while we work this out.
diff --git a/filter/filtertypes.xml b/filter/filtertypes.xml
index 9da4fa4b15..6b8ebff00f 100644
--- a/filter/filtertypes.xml
+++ b/filter/filtertypes.xml
@@ -600,7 +600,7 @@
<code>(stop)</code>
</part>
<part name="colour">
- <title>Assign Colour</title>
+ <title>Assign Color</title>
<code>(set-colour ${colour})</code>
<input type="colour" name="colour"/>
</part>