summaryrefslogtreecommitdiff
path: root/src/canvastoolthreshold.h
diff options
context:
space:
mode:
authorBent Bisballe Nyeng <deva@aasimon.org>2018-03-30 09:09:17 +0200
committerBent Bisballe Nyeng <deva@aasimon.org>2018-03-30 09:09:17 +0200
commit126bd2036bd9d620392b6a687828c8c1c6db4f55 (patch)
tree19771ca7cfc657b4ed3f003ca338de533b1fb3a6 /src/canvastoolthreshold.h
parent84cde90be3c190e7462667bc418ea681566522fa (diff)
Added missing strings i header files to ts files and updated Danish translation.
Diffstat (limited to 'src/canvastoolthreshold.h')
-rw-r--r--src/canvastoolthreshold.h2
1 files changed, 1 insertions, 1 deletions
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);