diff --git a/Source/RP0/UI/KCT/GUI_Simulation.cs b/Source/RP0/UI/KCT/GUI_Simulation.cs index 5cd8291f65a..8e9f152430a 100644 --- a/Source/RP0/UI/KCT/GUI_Simulation.cs +++ b/Source/RP0/UI/KCT/GUI_Simulation.cs @@ -109,7 +109,7 @@ public static void DrawSimulationConfigure(int windowID) _UTString = GUILayout.TextField(_UTString, GUILayout.Width(110)); _fromCurrentUT = GUILayout.Toggle(_fromCurrentUT, new GUIContent(" From Now", "If selected the game will warp forwards by the amount of time entered onto the field. Otherwise the date and time will be set to entered value.")); GUILayout.EndHorizontal(); - GUILayout.Label("Accepts values with format \"1y 2d 3h 4m 5s\" or \"1960-01-01 15:30\""); + GUILayout.Label("Accepts values with format \"1y 2d 3h 4m 5s\" or \"1960-12-31 23:59\""); GUILayout.Space(4); if (ModUtils.IsTestFlightInstalled || ModUtils.IsTestLiteInstalled)