Translations fixes

Do not translate strings, which should not be translated
Remove unnecessary/unused strings.
This commit is contained in:
Nick Tiskov
2013-07-03 11:35:02 +04:00
parent 164f3b761d
commit 8e7ef66011
11 changed files with 21 additions and 24 deletions

View File

@@ -283,7 +283,7 @@
<bool>false</bool>
</property>
<property name="text">
<string>...</string>
<string notr="true">...</string>
</property>
</widget>
</item>

View File

@@ -206,7 +206,7 @@ void RSSImp::on_newFeedButton_clicked()
return;
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;