From 564944c244008f256583efb97d52a7f4aa333d0a Mon Sep 17 00:00:00 2001 From: Chris Young Date: Thu, 13 Nov 2014 23:38:58 +0000 Subject: Use the correct Messages string, modify the contents to better reflect what it (currently) does - only edits the title, not the address. --- amiga/tree.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'amiga/tree.c') 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"; -- cgit v1.2.3