Moving the Queue, Library and History to not have Print pre-pended.
This commit is contained in:
parent
d92a1b8464
commit
081fadccbe
29 changed files with 6 additions and 2 deletions
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -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();
|
||||
}
|
||||
}
|
||||
|
||||
|
|
@ -3358,3 +3358,6 @@ Translated:Enter a Design Name Here
|
|||
English:Also save to Library
|
||||
Translated:Also save to Library
|
||||
|
||||
English:Home
|
||||
Translated:Home
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue