Fixed typo.
This commit is contained in:
parent
5a9b0de5a8
commit
e63ed339d6
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue