Merge pull request #5139 from larsbrubaker/main

improved message
This commit is contained in:
Lars Brubaker 2021-10-06 22:57:11 -07:00 committed by GitHub
commit 0d40a720e4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -496,7 +496,7 @@ namespace MatterHackers.MatterControl
theme.ApplyBoxStyle(optionsSection);
AddUserBoolToggle(optionsPanel,
"Allow User Rattings After Print".Localize(),
"Show Rattings Dialog After Print".Localize(),
UserSettingsKey.CollectPrintHistoryData,
false,
false);