Text owners should localize their text values

- Derived types should localize their own text rather than the base
This commit is contained in:
John Lewin 2017-12-04 10:39:08 -08:00
parent 96ef163ef3
commit ffc9ade8cb
10 changed files with 22 additions and 17 deletions

View file

@ -15,7 +15,7 @@ namespace MatterHackers.MatterControl.SetupWizard
{
TextWidget syncingDetails;
public SyncingPrintersPage()
: base("Close")
: base("Close".Localize())
{
this.WindowTitle = "Sync Printer Profiles Page".Localize();