summaryrefslogtreecommitdiff
path: root/src/station_gui.cpp
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2010-02-10 20:20:18 +0000
committerrubidium <rubidium@openttd.org>2010-02-10 20:20:18 +0000
commit0072503496b45fc1861f3050f0df05bd52b17679 (patch)
tree55485bb89344e9631b99471730690481129359f9 /src/station_gui.cpp
parent1aee53ef6c944018381018e2e45f71bf6258183e (diff)
downloadopenttd-0072503496b45fc1861f3050f0df05bd52b17679.tar.xz
(svn r19087) -Codechange: some typos in StringIDs
Diffstat (limited to 'src/station_gui.cpp')
-rw-r--r--src/station_gui.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/station_gui.cpp b/src/station_gui.cpp
index 1741f28d1..6c7efcc08 100644
--- a/src/station_gui.cpp
+++ b/src/station_gui.cpp
@@ -783,7 +783,7 @@ static const NWidgetPart _nested_company_stations_widgets[] = {
EndContainer(),
NWidget(NWID_HORIZONTAL),
NWidget(WWT_TEXTBTN, COLOUR_GREY, SLW_SORTBY), SetMinimalSize(81, 12), SetDataTip(STR_BUTTON_SORT_BY, STR_TOOLTIP_SORT_ORDER),
- NWidget(WWT_DROPDOWN, COLOUR_GREY, SLW_SORTDROPBTN), SetMinimalSize(163, 12), SetDataTip(STR_SORT_BY_NAME, STR_TOOLTIP_SORT_CRITERIAP), // widget_data gets overwritten.
+ NWidget(WWT_DROPDOWN, COLOUR_GREY, SLW_SORTDROPBTN), SetMinimalSize(163, 12), SetDataTip(STR_SORT_BY_NAME, STR_TOOLTIP_SORT_CRITERIA), // widget_data gets overwritten.
NWidget(WWT_PANEL, COLOUR_GREY), SetDataTip(0x0, STR_NULL), SetResize(1, 0), SetFill(1, 1), EndContainer(),
EndContainer(),
NWidget(NWID_HORIZONTAL),