summaryrefslogtreecommitdiff
path: root/src/widgets
diff options
context:
space:
mode:
Diffstat (limited to 'src/widgets')
-rw-r--r--src/widgets/town_widget.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/widgets/town_widget.h b/src/widgets/town_widget.h
index 2f2a97e6d..4f5443c36 100644
--- a/src/widgets/town_widget.h
+++ b/src/widgets/town_widget.h
@@ -14,8 +14,8 @@
/** Widgets of the #TownDirectoryWindow class. */
enum TownDirectoryWidgets {
- WID_TD_SORT_NAME, ///< Sort by town name.
- WID_TD_SORT_POPULATION, ///< Sort by town population.
+ WID_TD_SORT_ORDER, ///< Direction of sort dropdown.
+ WID_TD_SORT_CRITERIA, ///< Criteria of sort dropdown.
WID_TD_LIST, ///< List of towns.
WID_TD_SCROLLBAR, ///< Scrollbar for the town list.
WID_TD_WORLD_POPULATION, ///< The world's population.