mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-11 15:56:17 -07:00
Put some string placeholders between quotes
This commit is contained in:
parent
70f2086202
commit
420fa82e8d
14 changed files with 39 additions and 39 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue