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:
@@ -85,7 +85,7 @@ QString ArrowTool::nameID() {
|
||||
}
|
||||
|
||||
QString ArrowTool::description() const {
|
||||
return tr("Sets the Arrow as the paint tool");
|
||||
return tr("Set the Arrow as the paint tool");
|
||||
}
|
||||
|
||||
CaptureTool* ArrowTool::copy(QObject *parent) {
|
||||
|
||||
Reference in New Issue
Block a user