forked from len0rd/rockbox
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:
parent
f01b661116
commit
f8b5913ae7
6 changed files with 7 additions and 7 deletions
|
@ -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 */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue