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:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user