From 788ace2ec672f0cad5d1537342456832117c16bb Mon Sep 17 00:00:00 2001 From: Alex Parker Date: Mon, 16 Mar 2009 21:24:29 +0000 Subject: [PATCH] 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 --- apps/plugins/text_editor.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: -- 2.11.4.GIT