fixing spelling
This commit is contained in:
parent
7d14e480b0
commit
b4ea4272b1
3 changed files with 7 additions and 3 deletions
|
|
@ -496,13 +496,13 @@ namespace MatterHackers.MatterControl
|
|||
theme.ApplyBoxStyle(optionsSection);
|
||||
|
||||
AddUserBoolToggle(optionsPanel,
|
||||
"Show Rattings Dialog After Print".Localize(),
|
||||
"Show Ratings Dialog After Print".Localize(),
|
||||
UserSettingsKey.CollectPrintHistoryData,
|
||||
false,
|
||||
false);
|
||||
|
||||
AddUserBoolToggle(optionsPanel,
|
||||
"Shown Welcome Message".Localize(),
|
||||
"Show Welcome Message".Localize(),
|
||||
UserSettingsKey.ShownWelcomeMessage,
|
||||
false,
|
||||
false);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue