From e63ed339d672d402d5ef6562a9195c06916d88ba Mon Sep 17 00:00:00 2001 From: Kevin Pope Date: Fri, 7 Feb 2014 10:17:24 -0800 Subject: [PATCH] Fixed typo. --- SliceConfiguration/SettingsControlBar.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SliceConfiguration/SettingsControlBar.cs b/SliceConfiguration/SettingsControlBar.cs index b0c9ae11a..ecfb0b95d 100644 --- a/SliceConfiguration/SettingsControlBar.cs +++ b/SliceConfiguration/SettingsControlBar.cs @@ -52,7 +52,7 @@ namespace MatterHackers.MatterControl settingsStatusLabelContainer.VAnchor |= VAnchor.ParentTop; settingsStatusLabelContainer.Margin = new BorderDouble(0); { - string activeSettingsLabelText = new LocalizedString ("Active Settings:").Translated; + string activeSettingsLabelText = new LocalizedString ("Active Settings").Translated; string activeSettingsLabelTextFull = string.Format ("{0}:", activeSettingsLabelText);