# HG changeset patch # User Chris Cannam # Date 1553610702 0 # Node ID 8467bccdc403c6e24cac0c892e465acc4e18a322 # Parent c7bf655955ae002385bf26ab84aba31e2d94a1f7 Fix typo diff -r c7bf655955ae -r 8467bccdc403 data/model/PathModel.h --- 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; }