http://www.dictionary.com/browse/selection
This commit is contained in:
Giuseppe Burtini
2018-06-10 13:26:28 -07:00
committed by Dharkael
parent a56a58aea9
commit a0616fa970

View File

@@ -40,7 +40,7 @@ QString CopyTool::nameID() {
}
QString CopyTool::description() const {
return tr("Copies the selecion into the clipboard");
return tr("Copies the selection into the clipboard");
}
CaptureTool* CopyTool::copy(QObject *parent) {