summaryrefslogtreecommitdiff
path: root/src/station_gui.cpp
diff options
context:
space:
mode:
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 6656428a0..ac0eaf51b 100644
--- a/src/station_gui.cpp
+++ b/src/station_gui.cpp
@@ -591,7 +591,7 @@ GUIStationList::SortFunction * const CompanyStationsWindow::sorter_funcs[] = {
/* Names of the sorting functions */
const StringID CompanyStationsWindow::sorter_names[] = {
- STR_SORT_BY_DROPDOWN_NAME,
+ STR_SORT_BY_NAME,
STR_SORT_BY_FACILITY,
STR_SORT_BY_WAITING,
STR_SORT_BY_RATING_MAX,