Skip to content

Commit

Permalink
Update GUI_Simulation.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
Clayell authored Feb 3, 2025
1 parent a5c237b commit c59a7b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/RP0/UI/KCT/GUI_Simulation.cs
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,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\", \"1960-12-31 23:59:59\", or \"61883248319\".");
GUILayout.Label("Accepts values with formats \"1y 2d 3h 4m 5s\", \"1960-12-31 23:59:59\", or \"61883248319\".");
GUILayout.Space(4);

if (ModUtils.IsTestFlightInstalled || ModUtils.IsTestLiteInstalled)
Expand Down

0 comments on commit c59a7b5

Please sign in to comment.