summaryrefslogtreecommitdiff
path: root/grapher/Constants
diff options
context:
space:
mode:
authora1xd <[email protected]>2021-09-21 21:50:02 -0400
committera1xd <[email protected]>2021-09-21 22:08:03 -0400
commit2f4b0a23a262930c12e06fdfe1a0aa4356191914 (patch)
tree24508a9e533912bf0df10766e077d9897b452b1c /grapher/Constants
parentbugfix - oob in SettingsErrors::ToString (diff)
downloadrawaccel-2f4b0a23a262930c12e06fdfe1a0aa4356191914.tar.xz
rawaccel-2f4b0a23a262930c12e06fdfe1a0aa4356191914.zip
rename disable button to reset
Diffstat (limited to 'grapher/Constants')
-rw-r--r--grapher/Constants/Constants.cs5
1 files changed, 4 insertions, 1 deletions
diff --git a/grapher/Constants/Constants.cs b/grapher/Constants/Constants.cs
index b99f662..703c488 100644
--- a/grapher/Constants/Constants.cs
+++ b/grapher/Constants/Constants.cs
@@ -104,7 +104,10 @@ namespace grapher
/// <summary> Default text to be displayed on button delay. </summary>
public const string ButtonDelayText = "Delay";
-
+
+ /// <summary> Default text to be displayed on button delay. </summary>
+ public const string ResetButtonText = "Reset";
+
/// <summary> Title of sensitivity chart. </summary>
public const string SensitivityChartTitle = "Sensitivity";