Add standardized OverlayMessage

Signed-off-by: Haris Gušić <harisgusic.dev@gmail.com>
This commit is contained in:
Haris Gušić
2021-10-08 15:23:48 +02:00
parent 5ee85ed5c0
commit 1f2afebaa5
8 changed files with 82 additions and 53 deletions

View File

@@ -37,7 +37,7 @@ CaptureTool::Type SaveTool::type() const
QString SaveTool::description() const
{
return tr("Save the capture");
return tr("Save screenshot to a file");
}
CaptureTool* SaveTool::copy(QObject* parent)