From c59a7b523b75a04ce03d7f70b44340aa26be98c4 Mon Sep 17 00:00:00 2001 From: Clayell <125416952+Clayell@users.noreply.github.com> Date: Mon, 3 Feb 2025 18:07:41 -0500 Subject: [PATCH] Update GUI_Simulation.cs --- Source/RP0/UI/KCT/GUI_Simulation.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/RP0/UI/KCT/GUI_Simulation.cs b/Source/RP0/UI/KCT/GUI_Simulation.cs index e391560b5b..95bebad36d 100644 --- a/Source/RP0/UI/KCT/GUI_Simulation.cs +++ b/Source/RP0/UI/KCT/GUI_Simulation.cs @@ -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)