From 729f494d535356adfbd65dc127a5c82ea218006e Mon Sep 17 00:00:00 2001 From: Alex Pantechovskis Date: Sun, 10 Nov 2024 14:01:49 +0200 Subject: [PATCH] Add warning about pixelation security into the description (#3768) --- src/tools/pixelate/pixelatetool.cpp | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/tools/pixelate/pixelatetool.cpp b/src/tools/pixelate/pixelatetool.cpp index 18f15bdd95..f85f978c6a 100644 --- a/src/tools/pixelate/pixelatetool.cpp +++ b/src/tools/pixelate/pixelatetool.cpp @@ -31,7 +31,12 @@ CaptureTool::Type PixelateTool::type() const QString PixelateTool::description() const { - return tr("Set Pixelate as the paint tool"); + 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."); } QRect PixelateTool::boundingRect() const