mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-20 07:27:22 -06:00
Put some string placeholders between quotes
This commit is contained in:
@@ -498,7 +498,7 @@ void RssParser::parseFeed(const ParsingJob& job)
|
||||
}
|
||||
|
||||
if (!found_channel) {
|
||||
reportFailure(job, tr("Invalid RSS feed at %1.").arg(job.feedUrl));
|
||||
reportFailure(job, tr("Invalid RSS feed at '%1'.").arg(job.feedUrl));
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user