1
0
mirror of https://github.com/d47081/qBittorrent.git synced 2025-02-04 19:04:30 +00:00

Fix translated string.

This commit is contained in:
sledgehammer999 2016-01-01 17:14:02 +02:00
parent 429a1ba78a
commit ecc19ff23e

View File

@ -1208,7 +1208,7 @@ void options_imp::on_addScanFolderButton_clicked()
QString error;
switch (status) {
case ScanFoldersModel::AlreadyInList:
error = tr("Folder is already being watched.").arg(dir);
error = tr("Folder is already being watched.");
break;
case ScanFoldersModel::DoesNotExist:
error = tr("Folder does not exist.");