Add filename / path to list of dynamic rule properties.

This commit is contained in:
Craig Drummond
2016-02-12 18:33:31 +00:00
parent f5fe89b972
commit 8ec31ba3c5
8 changed files with 46 additions and 11 deletions

View File

@@ -80,6 +80,8 @@ static QString translateStr(const QString &key)
return i18n("Genre");
} else if (Dynamic::constDateKey==key) {
return i18n("Date");
} else if (Dynamic::constFileKey==key) {
return i18n("File");
} else {
return key;
}