Make user-visible spelling "colours" rather than "colors".

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13671 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Paul Louden 2007-06-19 04:21:06 +00:00
parent f01b661116
commit f8b5913ae7
6 changed files with 7 additions and 7 deletions

View file

@ -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 */