Expanded translation set
Made more settings be count or mm made more buttons translated
This commit is contained in:
parent
4fb4d3a15f
commit
43d95e8486
39 changed files with 8521 additions and 127 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue