summaryrefslogtreecommitdiffstats
path: root/smglobals.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'smglobals.cpp')
-rw-r--r--smglobals.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/smglobals.cpp b/smglobals.cpp
index 2e3a13e..7388968 100644
--- a/smglobals.cpp
+++ b/smglobals.cpp
@@ -89,7 +89,7 @@ QAbstractItemModel *SmGlobals::model(const QString &which){
}
}else if(which == "PicFiles"){
if(!mModels.contains("PicFiles")){
- QStringList headers = QStringList() << tr("Filename") << tr("SizeNum") << tr("Format") << tr("Full Path") << tr("Id") << tr("Added") << tr("Md5Sum") << tr("Size");
+ QStringList headers = QStringList() << tr("Filename") << tr("Size") << tr("Format") << tr("Full Path") << tr("Id") << tr("Added") << tr("Md5Sum") << tr("Pic. Size");
PicFilesModel *model = new PicFilesModel(headers);
mModels.insert(which, model);
}