From 5b87995de778148aba143743f2ea2c279bbadcf0 Mon Sep 17 00:00:00 2001 From: Adrian Lees Date: Sat, 16 Sep 2006 00:16:49 +0000 Subject: Fix case of NotFound message svn path=/trunk/netsurf/; revision=2954 --- riscos/search.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'riscos') diff --git a/riscos/search.c b/riscos/search.c index 8d11ed081..24c3d4f9c 100644 --- a/riscos/search.c +++ b/riscos/search.c @@ -821,7 +821,7 @@ void show_all(bool all) void show_status(bool found) { ro_gui_set_icon_string(dialog_search, ICON_SEARCH_STATUS, - found ? "" : messages_get("Notfound")); + found ? "" : messages_get("NotFound")); } #endif -- cgit v1.2.3