mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-17 14:08:03 -06:00
Fix translated string.
This commit is contained in:
@@ -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.");
|
||||
|
||||
Reference in New Issue
Block a user