changeset 1667:8467bccdc403 osc-script

Fix typo
author Chris Cannam
date Tue, 26 Mar 2019 14:31:42 +0000
parents c7bf655955ae
children 1d1a16968f03
files data/model/PathModel.h
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
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; }