Merge pull request #5251 from Chocobo1/text

Improve wordings
This commit is contained in:
sledgehammer999
2016-05-16 11:50:44 -05:00
5 changed files with 10 additions and 10 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;
}