Moving the Queue, Library and History to not have Print pre-pended.

This commit is contained in:
Lars Brubaker 2015-07-02 09:45:53 -07:00
parent d92a1b8464
commit 081fadccbe
29 changed files with 6 additions and 2 deletions

View file

@ -68,7 +68,7 @@ namespace MatterHackers.MatterControl.ContactForm
SetButtonAttributes();
AnchorAll();
cancelButton = textImageButtonFactory.Generate(LocalizedString.Get("Cancel"));
cancelButton = textImageButtonFactory.Generate("Cancel".Localize());
submitButton = textImageButtonFactory.Generate(LocalizedString.Get("Submit"));
doneButton = textImageButtonFactory.Generate(LocalizedString.Get("Done"));
doneButton.Visible = false;

View file

@ -34,6 +34,7 @@ using MatterHackers.PolygonMesh;
using System;
using System.Collections.Generic;
using System.ComponentModel;
using MatterHackers.Localizations;
using System.IO;
namespace MatterHackers.MatterControl.PrintLibrary.Provider
@ -128,7 +129,7 @@ namespace MatterHackers.MatterControl.PrintLibrary.Provider
{
get
{
return "..";
return "Home".Localize();
}
}

View file

@ -3358,3 +3358,6 @@ Translated:Enter a Design Name Here
English:Also save to Library
Translated:Also save to Library
English:Home
Translated:Home