Updated comment

This commit is contained in:
Lars Brubaker 2020-09-01 09:36:49 -07:00
parent c0113ef797
commit e05688cd12

View file

@ -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),