From a44294e7e689e43417323d6b1684f7462d113cb1 Mon Sep 17 00:00:00 2001
From: a1xd <68629610+a1xd@users.noreply.github.com>
Date: Thu, 8 Oct 2020 22:53:31 -0400
Subject: improve comments, variable names
---
grapher/Constants/Constants.cs | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
(limited to 'grapher/Constants/Constants.cs')
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
/// Default text to be displayed on write button.
public const string WriteButtonDefaultText = "Apply";
- /// Default text to be displayed on write button.
+ /// Default text to be displayed on toggle button.
public const string ToggleButtonDefaultText = "Toggle";
- /// Default text to be displayed on write button.
+ /// Default text to be displayed on button delay.
public const string ButtonDelayText = "Delay";
/// Title of sensitivity chart.
--
cgit v1.2.3