Fix typo
This commit is contained in:
parent
2e10ee37cb
commit
c18c660767
1 changed files with 2 additions and 1 deletions
|
|
@ -452,7 +452,8 @@ namespace MatterHackers.MatterControl.DesignTools
|
|||
&& !string.IsNullOrEmpty(unlockLink.DetailsPageLink)
|
||||
&& !item.Persistable)
|
||||
{
|
||||
var row = CreateSettingsRow(item.Persistable ? "Registerd" : "Demo Mode");
|
||||
var row = CreateSettingsRow(item.Persistable ? "Registered" : "Demo Mode");
|
||||
|
||||
Button detailsLink = theme.ButtonFactory.Generate("Unlock".Localize(), AggContext.StaticData.LoadIcon("locked.png", 16, 16));
|
||||
detailsLink.BackgroundColor = theme.Colors.PrimaryAccentColor.AdjustContrast(theme.Colors.PrimaryTextColor, 8).ToColor();
|
||||
detailsLink.Margin = new BorderDouble(5);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue