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

@@ -43,7 +43,7 @@ QString SelectionTool::nameID() {
}
QString SelectionTool::description() const {
return tr("Sets the Selection as the paint tool");
return tr("Set Selection as the paint tool");
}
CaptureTool* SelectionTool::copy(QObject *parent) {