From f8b5913ae7e9020674f8260fa861fd3424eb0bff Mon Sep 17 00:00:00 2001 From: Paul Louden Date: Tue, 19 Jun 2007 04:21:06 +0000 Subject: Make user-visible spelling "colours" rather than "colors". git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13671 a1c6a512-1295-4272-9138-f99709370657 --- apps/plugins/text_editor.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/plugins') 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) } #ifdef HAVE_LCD_COLOR c = rb->strrchr(filename, '.'); - if (c && !rb->strcmp(c, ".colors")) + if (c && !rb->strcmp(c, ".colours")) edit_colors_file = true; #endif /* read in the file */ -- cgit v1.2.3