summaryrefslogtreecommitdiff
path: root/src/settings_gui.cpp
diff options
context:
space:
mode:
authorfrosch <frosch@openttd.org>2014-10-09 21:16:29 +0000
committerfrosch <frosch@openttd.org>2014-10-09 21:16:29 +0000
commit33f4f0b464ce6022b6c4521f7da093765deeae84 (patch)
tree44a732d45b778ac9de7dd492af20d1f15132c005 /src/settings_gui.cpp
parent3fad10311f327430588ce4b2c20026f586834bf3 (diff)
downloadopenttd-33f4f0b464ce6022b6c4521f7da093765deeae84.tar.xz
(svn r26986) -Change: Rename 'Advanced Settings' to just 'Settings'.
Diffstat (limited to 'src/settings_gui.cpp')
-rw-r--r--src/settings_gui.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/settings_gui.cpp b/src/settings_gui.cpp
index 6e38c67a6..127e5da33 100644
--- a/src/settings_gui.cpp
+++ b/src/settings_gui.cpp
@@ -2296,7 +2296,7 @@ GameSettings *GameSettingsWindow::settings_ptr = NULL;
static const NWidgetPart _nested_settings_selection_widgets[] = {
NWidget(NWID_HORIZONTAL),
NWidget(WWT_CLOSEBOX, COLOUR_MAUVE),
- NWidget(WWT_CAPTION, COLOUR_MAUVE), SetDataTip(STR_CONFIG_SETTING_CAPTION, STR_TOOLTIP_WINDOW_TITLE_DRAG_THIS),
+ NWidget(WWT_CAPTION, COLOUR_MAUVE), SetDataTip(STR_CONFIG_SETTING_TREE_CAPTION, STR_TOOLTIP_WINDOW_TITLE_DRAG_THIS),
NWidget(WWT_DEFSIZEBOX, COLOUR_MAUVE),
EndContainer(),
NWidget(WWT_PANEL, COLOUR_MAUVE),