We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2dd1172 commit 45c47ebCopy full SHA for 45c47eb
src/tools/pixelate/pixelatetool.cpp
@@ -33,12 +33,7 @@ CaptureTool::Type PixelateTool::type() const
33
34
QString PixelateTool::description() const
35
{
36
- return tr("Set Pixelate as the paint tool."
37
- " Warning: pixelation is not a security tool!"
38
- " Secrets - especially text - can be recovered from pixelated "
39
- "areas in some situations."
40
- " To securely hide contents from the screenshot use a black box "
41
- "instead.");
+ return tr("Set Pixelate as the paint tool.");
42
}
43
44
QRect PixelateTool::boundingRect() const
0 commit comments