From 7f68e012cc9f64bd09a8452e85df9df2a0e9211b Mon Sep 17 00:00:00 2001 From: James Bursa Date: Fri, 27 Feb 2004 17:45:19 +0000 Subject: [project @ 2004-02-27 17:45:19 by bursa] Move English text to Messages file for translation. svn path=/import/netsurf/; revision=576 --- riscos/gui.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'riscos/gui.c') diff --git a/riscos/gui.c b/riscos/gui.c index aa722e26f..dd976ee4e 100644 --- a/riscos/gui.c +++ b/riscos/gui.c @@ -708,7 +708,8 @@ void gui_gadget_combo(struct browser_window* bw, struct form_control* g, unsigne combo_menu = xcalloc(1, wimp_SIZEOF_MENU(count)); - combo_menu->title_data.indirected_text.text = "Select"; + combo_menu->title_data.indirected_text.text = + messages_get("SelectMenu"); combo_menu->title_fg = wimp_COLOUR_BLACK; combo_menu->title_bg = wimp_COLOUR_LIGHT_GREY; combo_menu->work_fg = wimp_COLOUR_BLACK; -- cgit v1.2.3