Change spelling to British English in the filetype colours section
of text_editor git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20327 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
e60ca805b6
commit
788ace2ec6
1 changed files with 1 additions and 1 deletions
|
@ -404,7 +404,7 @@ enum plugin_status plugin_start(const void* parameter)
|
||||||
if (line_count)
|
if (line_count)
|
||||||
{
|
{
|
||||||
MENUITEM_STRINGLIST(menu, "Edit What?", NULL,
|
MENUITEM_STRINGLIST(menu, "Edit What?", NULL,
|
||||||
"Extension", "Color",);
|
"Extension", "Colour",);
|
||||||
switch (rb->do_menu(&menu, NULL, NULL, false))
|
switch (rb->do_menu(&menu, NULL, NULL, false))
|
||||||
{
|
{
|
||||||
case 0:
|
case 0:
|
||||||
|
|
Loading…
Reference in a new issue