Made the friendly message for 3d view.
This commit is contained in:
parent
7549ed97ab
commit
d74ad8a444
3 changed files with 5 additions and 2 deletions
|
|
@ -119,7 +119,7 @@ namespace MatterHackers.MatterControl.PartPreviewWindow
|
|||
|
||||
gcodeDispalyWidget = new GuiWidget(HAnchor.ParentLeftRight, Agg.UI.VAnchor.ParentBottomTop);
|
||||
|
||||
string startingMessage = "Press 'Add' to select an item.";
|
||||
string startingMessage = "Press 'Add' to select an item.".Localize();
|
||||
if (printItem != null)
|
||||
{
|
||||
startingMessage = LocalizedString.Get("No GCode Available...");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue