diff options
Diffstat (limited to 'src/timetable_gui.cpp')
-rw-r--r-- | src/timetable_gui.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/timetable_gui.cpp b/src/timetable_gui.cpp index e764c5141..f9bed59ed 100644 --- a/src/timetable_gui.cpp +++ b/src/timetable_gui.cpp @@ -282,7 +282,7 @@ struct TimetableWindow : Window { if (time != 0) { SetDParam(0, time); - current = STR_CONFIG_PATCHES_INT32; + current = STR_CONFIG_SETTING_INT32; } } |