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 a02dd696a..f2a9d4965 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_SETTING_INT32; + current = STR_JUST_INT; } } |