diff options
author | Alex Parker <rockbox@aeparker.com> | 2009-03-16 21:24:29 +0000 |
---|---|---|
committer | Alex Parker <rockbox@aeparker.com> | 2009-03-16 21:24:29 +0000 |
commit | 788ace2ec672f0cad5d1537342456832117c16bb (patch) | |
tree | 8c16b5a6af3006b020e17c14913fd5dc76b9fa7b | |
parent | e60ca805b62035272baf3577cf9718163d9cc683 (diff) |
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
-rw-r--r-- | apps/plugins/text_editor.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/text_editor.c b/apps/plugins/text_editor.c index f03cdcfb71..c5515026dc 100644 --- a/apps/plugins/text_editor.c +++ b/apps/plugins/text_editor.c @@ -404,7 +404,7 @@ enum plugin_status plugin_start(const void* parameter) if (line_count) { MENUITEM_STRINGLIST(menu, "Edit What?", NULL, - "Extension", "Color",); + "Extension", "Colour",); switch (rb->do_menu(&menu, NULL, NULL, false)) { case 0: |