summaryrefslogtreecommitdiff
path: root/amiga/tree.c
diff options
context:
space:
mode:
authorChris Young <chris@unsatisfactorysoftware.co.uk>2014-11-13 23:38:58 +0000
committerChris Young <chris@unsatisfactorysoftware.co.uk>2014-11-13 23:38:58 +0000
commit564944c244008f256583efb97d52a7f4aa333d0a (patch)
treeff9c231c7776d3e76ceda20e7fe862b768801eff /amiga/tree.c
parent9857030a12b5167cf04dd4b3d764706a83d129eb (diff)
downloadnetsurf-564944c244008f256583efb97d52a7f4aa333d0a.tar.gz
netsurf-564944c244008f256583efb97d52a7f4aa333d0a.tar.bz2
Use the correct Messages string, modify the contents to better reflect what it (currently) does - only edits the title, not the address.
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";