diff options
Diffstat (limited to 'grapher/Constants/Constants.cs')
| -rw-r--r-- | grapher/Constants/Constants.cs | 5 |
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"; |