Skip to content

Commit 729f494

Browse files
authored
Add warning about pixelation security into the description (#3768)
1 parent 14a1367 commit 729f494

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

src/tools/pixelate/pixelatetool.cpp

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,12 @@ CaptureTool::Type PixelateTool::type() const
3131

3232
QString PixelateTool::description() const
3333
{
34-
return tr("Set Pixelate as the paint tool");
34+
return tr("Set Pixelate as the paint tool."
35+
" Warning: pixelation is not a security tool!"
36+
" Secrets - especially text - can be recovered from pixelated "
37+
"areas in some situations."
38+
" To securely hide contents from the screenshot use a black box "
39+
"instead.");
3540
}
3641

3742
QRect PixelateTool::boundingRect() const

0 commit comments

Comments
 (0)