summaryrefslogtreecommitdiff
path: root/apps/plugins
diff options
context:
space:
mode:
authorPaul Louden <paulthenerd@gmail.com>2007-06-19 04:21:06 +0000
committerPaul Louden <paulthenerd@gmail.com>2007-06-19 04:21:06 +0000
commitf8b5913ae7e9020674f8260fa861fd3424eb0bff (patch)
tree57580c53a033ec3b38302908b8d9bc6770710d33 /apps/plugins
parentf01b661116f7fb469197deb5de6fbdbd5d3daee2 (diff)
downloadrockbox-f8b5913ae7e9020674f8260fa861fd3424eb0bff.tar.gz
rockbox-f8b5913ae7e9020674f8260fa861fd3424eb0bff.zip
Make user-visible spelling "colours" rather than "colors".
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13671 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugins')
-rw-r--r--apps/plugins/text_editor.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/text_editor.c b/apps/plugins/text_editor.c
index 97ceae5746..bb6fdbf755 100644
--- a/apps/plugins/text_editor.c
+++ b/apps/plugins/text_editor.c
@@ -360,7 +360,7 @@ enum plugin_status plugin_start(struct plugin_api* api, void* parameter)
360 } 360 }
361#ifdef HAVE_LCD_COLOR 361#ifdef HAVE_LCD_COLOR
362 c = rb->strrchr(filename, '.'); 362 c = rb->strrchr(filename, '.');
363 if (c && !rb->strcmp(c, ".colors")) 363 if (c && !rb->strcmp(c, ".colours"))
364 edit_colors_file = true; 364 edit_colors_file = true;
365#endif 365#endif
366 /* read in the file */ 366 /* read in the file */