Fixed typo.

This commit is contained in:
Kevin Pope 2014-02-07 10:17:24 -08:00
parent 5a9b0de5a8
commit e63ed339d6

View file

@ -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);