summaryrefslogtreecommitdiff
path: root/riscos/gui.c
diff options
context:
space:
mode:
Diffstat (limited to 'riscos/gui.c')
-rw-r--r--riscos/gui.c3
1 files changed, 2 insertions, 1 deletions
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;