summaryrefslogtreecommitdiff
path: root/desktop/global_history.c
diff options
context:
space:
mode:
Diffstat (limited to 'desktop/global_history.c')
-rw-r--r--desktop/global_history.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/desktop/global_history.c b/desktop/global_history.c
index 94521e7c3..e8d99efc2 100644
--- a/desktop/global_history.c
+++ b/desktop/global_history.c
@@ -249,7 +249,8 @@ static nserror global_history_create_treeview_field_data(
struct global_history_entry *e,
const struct url_data *data)
{
- const char *title = (data->title != NULL) ? data->title : "<No title>";
+ const char *title = (data->title != NULL) ?
+ data->title : messages_get("NoTitle");
char buffer[16];
const char *last_visited;
char *last_visited2;