diff options
| author | Jacob Palecki <[email protected]> | 2021-09-20 23:41:36 -0700 |
|---|---|---|
| committer | a1xd <[email protected]> | 2021-09-23 22:37:03 -0400 |
| commit | fdab3cf830e1bf87bc0bd3b72339be14265c7338 (patch) | |
| tree | f03dd31c02c1fceffc6d1a4934a28a2eae5345bf /grapher/Constants/Constants.cs | |
| parent | Disable output offset when both cap type selected in power (diff) | |
| download | rawaccel-fdab3cf830e1bf87bc0bd3b72339be14265c7338.tar.xz rawaccel-fdab3cf830e1bf87bc0bd3b72339be14265c7338.zip | |
Change disable button to reset, update doc text
Diffstat (limited to 'grapher/Constants/Constants.cs')
| -rw-r--r-- | grapher/Constants/Constants.cs | 4 |
1 files changed, 2 insertions, 2 deletions
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 /// <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"; |