summaryrefslogtreecommitdiff
path: root/amiga/tree.c
diff options
context:
space:
mode:
Diffstat (limited to 'amiga/tree.c')
-rw-r--r--amiga/tree.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/amiga/tree.c b/amiga/tree.c
index 101c5c262..613ebbc51 100644
--- a/amiga/tree.c
+++ b/amiga/tree.c
@@ -607,7 +607,7 @@ static void ami_tree_menu(struct treeview_window *twin)
twin->menu[18].nm_Label = NM_BARLABEL;
twin->menu[19].nm_Type = NM_ITEM;
- twin->menu_name[19] = ami_utf8_easy((char *)messages_get("EditEntry"));
+ twin->menu_name[19] = ami_utf8_easy((char *)messages_get("TreeEdit"));
twin->menu[19].nm_Label = twin->menu_name[19];
twin->menu[19].nm_CommKey = "E";