summaryrefslogtreecommitdiffstats
path: root/smmodelsingleton.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'smmodelsingleton.cpp')
-rw-r--r--smmodelsingleton.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/smmodelsingleton.cpp b/smmodelsingleton.cpp
index d850c9d..08cbbba 100644
--- a/smmodelsingleton.cpp
+++ b/smmodelsingleton.cpp
@@ -46,7 +46,7 @@ QAbstractItemModel *SmModelSingleton::model(const QString &which){
}
}else if(which == "FilesModel"){
if(!mModels.contains(which)){
- QStringList headers = QStringList() << tr("Name") << tr("P") << tr("Size") << tr("Q") << tr("DvdNo") << tr("Full Path") << tr("Size") << tr("Type") << tr("Md5 sum") << tr("Series part ID") << tr("File ID");
+ QStringList headers = QStringList() << tr("Name") << tr("Part") << tr("Size") << tr("Qual.") << tr("Dvd") << tr("Full Path") << tr("Size") << tr("Type") << tr("Md5 sum") << tr("Series part ID") << tr("File ID");
FilesTreeModel *model = new FilesTreeModel(headers);
mModels.insert(which, model);
}