Use .Localize extension function
This commit is contained in:
parent
06af3e220e
commit
ace89e1e5a
48 changed files with 193 additions and 193 deletions
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue