Improve wordings in "Auto download torrent" section

This commit is contained in:
Chocobo1 2016-05-14 14:41:09 +08:00
parent 140016c068
commit 6ea89bf621
3 changed files with 7 additions and 7 deletions

View file

@ -153,10 +153,10 @@ QVariant ScanFoldersModel::headerData(int section, Qt::Orientation orientation,
switch (section) {
case WATCH:
title = tr("Watched Folder");
title = tr("Monitored Folder");
break;
case DOWNLOAD:
title = tr("Save Files to");
title = tr("Override Save Location");
break;
}