diff options
Diffstat (limited to 'src/bridge_gui.cpp')
-rw-r--r-- | src/bridge_gui.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bridge_gui.cpp b/src/bridge_gui.cpp index 7f0c1a3eb..ecdee09f7 100644 --- a/src/bridge_gui.cpp +++ b/src/bridge_gui.cpp @@ -248,7 +248,7 @@ GUIBridgeList::SortFunction * const BuildBridgeWindow::sorter_funcs[] = { /* Names of the sorting functions */ const StringID BuildBridgeWindow::sorter_names[] = { STR_SORT_BY_NUMBER, - STR_ENGINE_SORT_COST, + STR_SORT_BY_COST, STR_SORT_BY_MAX_SPEED, INVALID_STRING_ID }; |