From fdab3cf830e1bf87bc0bd3b72339be14265c7338 Mon Sep 17 00:00:00 2001 From: Jacob Palecki Date: Mon, 20 Sep 2021 23:41:36 -0700 Subject: Change disable button to reset, update doc text --- grapher/Constants/Constants.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'grapher/Constants') diff --git a/grapher/Constants/Constants.cs b/grapher/Constants/Constants.cs index 179c45e..0b15ce6 100644 --- a/grapher/Constants/Constants.cs +++ b/grapher/Constants/Constants.cs @@ -104,10 +104,10 @@ namespace grapher /// Default text to be displayed on button delay. public const string ButtonDelayText = "Delay"; - + /// Default text to be displayed on button delay. public const string ResetButtonText = "Reset"; - + /// Title of sensitivity chart. public const string SensitivityChartTitle = "Sensitivity"; -- cgit v1.2.3