diff data/model/PathModel.h @ 1667:8467bccdc403 osc-script

Fix typo
author Chris Cannam
date Tue, 26 Mar 2019 14:31:42 +0000
parents a77a7e8c085c
children dfcd05e8bd2f
line wrap: on
line diff
--- a/data/model/PathModel.h	Tue Mar 26 14:30:14 2019 +0000
+++ b/data/model/PathModel.h	Tue Mar 26 14:31:42 2019 +0000
@@ -76,7 +76,7 @@
         m_end(0) {
     }
 
-    QString getTypeName() const override { return tr("Text"); }
+    QString getTypeName() const override { return tr("Path"); }
     bool isSparse() const { return true; }
     bool isOK() const override { return true; }