diff options
| author | a1xd <[email protected]> | 2020-10-08 18:44:07 -0400 |
|---|---|---|
| committer | a1xd <[email protected]> | 2020-10-08 18:44:07 -0400 |
| commit | eb32e441cd3fd5f53312df1af81400647833b213 (patch) | |
| tree | 3015baf77076a2bf5e02a33782e9dec01e978744 /grapher/Models | |
| parent | add scroll to charts (diff) | |
| download | rawaccel-eb32e441cd3fd5f53312df1af81400647833b213.tar.xz rawaccel-eb32e441cd3fd5f53312df1af81400647833b213.zip | |
rename sensitivity field to 'sens multiplier'
Diffstat (limited to 'grapher/Models')
| -rw-r--r-- | grapher/Models/AccelGUIFactory.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/grapher/Models/AccelGUIFactory.cs b/grapher/Models/AccelGUIFactory.cs index 579e664..51bbc2b 100644 --- a/grapher/Models/AccelGUIFactory.cs +++ b/grapher/Models/AccelGUIFactory.cs @@ -126,7 +126,7 @@ namespace grapher.Models new ActiveValueLabelXY( new ActiveValueLabel(sensitivityActiveXLabel, activeValueTitleX), new ActiveValueLabel(sensitivityActiveYLabel, activeValueTitleX)), - "Sensitivity"); + "Sens Multiplier"); var rotation = new Option( rotationBox, |