Updated comment
This commit is contained in:
parent
c0113ef797
commit
e05688cd12
1 changed files with 1 additions and 1 deletions
|
|
@ -114,7 +114,7 @@ namespace MatterHackers.MatterControl
|
|||
var model = printer.Settings.GetValue(SettingsKey.model);
|
||||
var message = $"The default settings for the {make} {model} have been updated.";
|
||||
message += "\nBelow you can find a list of each setting that has changed.".Localize();
|
||||
message += "\nUpdating the default setting will not change any other overrides that you may have applied.".Localize();
|
||||
message += "\nUpdating a default setting will not change any override that you have applied.".Localize();
|
||||
generalPanel.AddChild(new WrappedTextWidget(message, pointSize: 11)
|
||||
{
|
||||
Margin = new BorderDouble(5, 15),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue