From 126bd2036bd9d620392b6a687828c8c1c6db4f55 Mon Sep 17 00:00:00 2001 From: Bent Bisballe Nyeng Date: Fri, 30 Mar 2018 09:09:17 +0200 Subject: Added missing strings i header files to ts files and updated Danish translation. --- src/canvastoolthreshold.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/canvastoolthreshold.h') diff --git a/src/canvastoolthreshold.h b/src/canvastoolthreshold.h index 1279c75..ddb1a85 100644 --- a/src/canvastoolthreshold.h +++ b/src/canvastoolthreshold.h @@ -39,7 +39,7 @@ class CanvasToolThreshold public: CanvasToolThreshold(Canvas* canvas); - QString name() { return "Threshold"; } + QString name() { return tr("Threshold"); } bool mouseMoveEvent(QMouseEvent* event); bool mousePressEvent(QMouseEvent* event); bool mouseReleaseEvent(QMouseEvent* event); -- cgit v1.2.3