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

@@ -31,7 +31,7 @@ CaptureTool::Type CopyTool::type() const
QString CopyTool::description() const
{
return tr("Copy the selection into the clipboard");
return tr("Copy selection to clipboard");
}
CaptureTool* CopyTool::copy(QObject* parent)