mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-13 16:53:08 -07:00
Fix translated string.
This commit is contained in:
parent
429a1ba78a
commit
ecc19ff23e
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue