From 791dd96f97b3e922f79a8c3fa14dbb968b275477 Mon Sep 17 00:00:00 2001 From: titiger Date: Sun, 25 Jan 2015 20:01:29 +0100 Subject: [PATCH] bad translation key for "Healthbar" fixed in options menu. --- source/glest_game/menu/menu_state_options.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/glest_game/menu/menu_state_options.cpp b/source/glest_game/menu/menu_state_options.cpp index 6ba51bf0..1122591c 100644 --- a/source/glest_game/menu/menu_state_options.cpp +++ b/source/glest_game/menu/menu_state_options.cpp @@ -411,7 +411,7 @@ void MenuStateOptions::reloadUI() { buttonKeyboardSetup.setText(lang.getString("Keyboardsetup")); labelVisibleHud.setText(lang.getString("VisibleHUD")); - labelHealthBars.setText(lang.getString("HealthBars")); + labelHealthBars.setText(lang.getString("Healthbar")); labelChatStaysActive.setText(lang.getString("ChatStaysActive")); labelTimeDisplay.setText(lang.getString("TimeDisplay"));