aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/Tango.Touch
diff options
context:
space:
mode:
Diffstat (limited to 'Software/Visual_Studio/Tango.Touch')
-rw-r--r--Software/Visual_Studio/Tango.Touch/TouchColorPickerControls/TouchColorPickerCMYKControl.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Software/Visual_Studio/Tango.Touch/TouchColorPickerControls/TouchColorPickerCMYKControl.cs b/Software/Visual_Studio/Tango.Touch/TouchColorPickerControls/TouchColorPickerCMYKControl.cs
index 39eab1984..20eb8b4e7 100644
--- a/Software/Visual_Studio/Tango.Touch/TouchColorPickerControls/TouchColorPickerCMYKControl.cs
+++ b/Software/Visual_Studio/Tango.Touch/TouchColorPickerControls/TouchColorPickerCMYKControl.cs
@@ -257,7 +257,7 @@ namespace Tango.Touch.Controls
//_keyColorSlider.MaxValue = 100;
CreateKeyBrush(cmyk.C / 100, cmyk.M / 100, cmyk.Y / 100);
_keyColorSlider.ColorValue = cmyk.K;
- _keyColorSlider.ColorPickerText = "KEY";
+ _keyColorSlider.ColorPickerText = "BLACK";
_keyColorSlider.PickerSliderValueChanged += OnKeyChanged;
}
}