spelling and localization of the update string
This commit is contained in:
parent
ad0ba023b7
commit
9a01b2052c
1 changed files with 1 additions and 1 deletions
|
|
@ -671,7 +671,7 @@ namespace MatterHackers.MatterControl.SlicerConfiguration
|
|||
};
|
||||
|
||||
// OEM_LAYER_DATE:
|
||||
string lastUpdateTime = "Defalts Update On: {0}".FormatWith(ActiveSliceSettings.Instance.OemLayer.ValueOrDefault(SettingsKey.created_date));
|
||||
string lastUpdateTime = "Defaults Updated On: {0}".Localize().FormatWith(ActiveSliceSettings.Instance.OemLayer.ValueOrDefault(SettingsKey.created_date));
|
||||
dataArea.AddChild(new TextWidget(lastUpdateTime, textColor: ActiveTheme.Instance.PrimaryTextColor)
|
||||
{
|
||||
HAnchor= HAnchor.ParentCenter,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue