diff options
Diffstat (limited to 'src/canvastoolselections.h')
-rw-r--r-- | src/canvastoolselections.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/canvastoolselections.h b/src/canvastoolselections.h index f911e70..21f00c6 100644 --- a/src/canvastoolselections.h +++ b/src/canvastoolselections.h @@ -42,7 +42,7 @@ public: CanvasToolSelections(Canvas* canvas, Selections& selections, Selections& selections_preview); - QString name() { return "Selections"; } + QString name() { return tr("Selections"); } bool mouseMoveEvent(QMouseEvent* event); bool mousePressEvent(QMouseEvent* event); bool mouseReleaseEvent(QMouseEvent* event); |