Make tools' (English) tooltip phrasing consistent (#375)

Some tooltips were written as imperatives ("Set foo to bar"), others
were written as simple present ("Performs foo action"). All should now
be consistently written in imperative form (unless I missed any…).
This commit is contained in:
dgw
2018-10-21 03:22:21 -05:00
committed by Dharkael
parent c614adcfea
commit 7d91b00072
11 changed files with 11 additions and 11 deletions

View File

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