Remove pixelation warning due to merging #3765 (#3937)

This commit is contained in:
borgmanJeremy
2025-05-11 10:27:37 -05:00
committed by GitHub
parent 2dd1172774
commit 45c47eb13a

View File

@@ -33,12 +33,7 @@ CaptureTool::Type PixelateTool::type() const
QString PixelateTool::description() const
{
return tr("Set Pixelate as the paint tool."
" Warning: pixelation is not a security tool!"
" Secrets - especially text - can be recovered from pixelated "
"areas in some situations."
" To securely hide contents from the screenshot use a black box "
"instead.");
return tr("Set Pixelate as the paint tool.");
}
QRect PixelateTool::boundingRect() const