diff options
| author | a1xd <[email protected]> | 2020-10-08 22:53:31 -0400 |
|---|---|---|
| committer | a1xd <[email protected]> | 2020-10-08 22:53:31 -0400 |
| commit | a44294e7e689e43417323d6b1684f7462d113cb1 (patch) | |
| tree | e51f425d3f575788fb898bdb05c934325c1b1630 /grapher/Constants | |
| parent | Follow full C# convention (diff) | |
| download | rawaccel-a44294e7e689e43417323d6b1684f7462d113cb1.tar.xz rawaccel-a44294e7e689e43417323d6b1684f7462d113cb1.zip | |
improve comments, variable names
Diffstat (limited to 'grapher/Constants')
| -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 5a05863..c207b6d 100644 --- a/grapher/Constants/Constants.cs +++ b/grapher/Constants/Constants.cs @@ -84,10 +84,10 @@ namespace grapher /// <summary> Default text to be displayed on write button. </summary> public const string WriteButtonDefaultText = "Apply"; - /// <summary> Default text to be displayed on write button. </summary> + /// <summary> Default text to be displayed on toggle button. </summary> public const string ToggleButtonDefaultText = "Toggle"; - /// <summary> Default text to be displayed on write button. </summary> + /// <summary> Default text to be displayed on button delay. </summary> public const string ButtonDelayText = "Delay"; /// <summary> Title of sensitivity chart. </summary> |