mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-31 20:58:07 -06:00
Translations fixes
Do not translate strings, which should not be translated Remove unnecessary/unused strings. Conflicts: src/rss/rss_imp.cpp
This commit is contained in:
committed by
sledgehammer999
parent
0e59642d99
commit
c137e2eb0b
@@ -283,7 +283,7 @@
|
||||
<bool>false</bool>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>...</string>
|
||||
<string notr="true">...</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
|
||||
@@ -200,7 +200,7 @@ void RSSImp::on_newFeedButton_clicked() {
|
||||
newUrl = newUrl.trimmed();
|
||||
if (!newUrl.isEmpty()) {
|
||||
if (m_feedList->hasFeed(newUrl)) {
|
||||
QMessageBox::warning(this, tr("qBittorrent"),
|
||||
QMessageBox::warning(this, "qBittorrent",
|
||||
tr("This rss feed is already in the list."),
|
||||
QMessageBox::Ok);
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user