Use .Localize extension function

This commit is contained in:
John Lewin 2017-01-04 07:23:30 -08:00
parent 06af3e220e
commit ace89e1e5a
48 changed files with 193 additions and 193 deletions

View file

@ -97,7 +97,7 @@ namespace MatterHackers.MatterControl
{
AlwaysOnTopOfMain = true;
this.AddChild(new TerminalWidget(true));
Title = LocalizedString.Get("MatterControl - Terminal");
Title = "MatterControl - Terminal".Localize();
this.ShowAsSystemWindow();
MinimumSize = minSize;
this.Name = "Gcode Terminal";