summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--apps/plugins/text_editor.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/text_editor.c b/apps/plugins/text_editor.c
index ee8e994ab8..5737271acd 100644
--- a/apps/plugins/text_editor.c
+++ b/apps/plugins/text_editor.c
@@ -216,7 +216,7 @@ enum {
216}; 216};
217int do_item_menu(int cur_sel, char* copy_buffer) 217int do_item_menu(int cur_sel, char* copy_buffer)
218{ 218{
219 int m, ret = 0; 219 int ret = 0;
220 MENUITEM_STRINGLIST(menu, "Line Options", NULL, 220 MENUITEM_STRINGLIST(menu, "Line Options", NULL,
221 "Cut/Delete", "Copy", 221 "Cut/Delete", "Copy",
222 "Insert Above", "Insert Below", 222 "Insert Above", "Insert Below",