Made the friendly message for 3d view.

This commit is contained in:
larsbrubaker 2014-04-16 18:17:00 -07:00
parent 7549ed97ab
commit d74ad8a444
3 changed files with 5 additions and 2 deletions

View file

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