Expanded translation set

Made more settings be count or mm
made more buttons translated
This commit is contained in:
Lars Brubaker 2017-01-04 10:25:19 -08:00
parent 4fb4d3a15f
commit 43d95e8486
39 changed files with 8521 additions and 127 deletions

View file

@ -80,7 +80,7 @@ namespace MatterHackers.MatterControl
//linkButtonFactory.textColor = ActiveTheme.Instance.SecondaryAccentColor;
linkButtonFactory.fontSize = 10;
Button updateStatusMessage = linkButtonFactory.Generate("Update Available");
Button updateStatusMessage = linkButtonFactory.Generate("Update Available".Localize());
UpdateControlData.Instance.UpdateStatusChanged.RegisterEvent(SetUpdateNotification, ref unregisterEvents);
popUpAboutPage = new FlowLayoutWidget();
popUpAboutPage.Margin = new BorderDouble(30, 0, 0, 0);