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:
parent
429a1ba78a
commit
ecc19ff23e
@ -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.");
|
||||
|
Loading…
x
Reference in New Issue
Block a user