summaryrefslogtreecommitdiff
path: root/desktop
diff options
context:
space:
mode:
authorChris Young <chris@unsatisfactorysoftware.co.uk>2013-11-17 16:36:51 +0000
committerChris Young <chris@unsatisfactorysoftware.co.uk>2013-11-17 16:36:51 +0000
commit3f591e575d4b2e1f67bc3512f650383d7557e120 (patch)
tree89522d664bf694ba47e2c2c156c6762dab1c5fe7 /desktop
parent240f6159f892c92c6b95b1b315fb59006c980249 (diff)
downloadnetsurf-3f591e575d4b2e1f67bc3512f650383d7557e120.tar.gz
netsurf-3f591e575d4b2e1f67bc3512f650383d7557e120.tar.bz2
Modify conflicting Messages entry
Diffstat (limited to 'desktop')
-rw-r--r--desktop/hotlist.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop/hotlist.c b/desktop/hotlist.c
index ee3469b27..01fabc257 100644
--- a/desktop/hotlist.c
+++ b/desktop/hotlist.c
@@ -331,7 +331,7 @@ static nserror hotlist_add_folder_internal(
nserror err;
if (title == NULL) {
- title = messages_get("NewFolder");
+ title = messages_get("NewFolderName");
}
/* Create the title field */