mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-14 17:23:07 -07:00
- Fixed a lot of bugs in translatable strings
- Started to update french translation
This commit is contained in:
parent
ef1f030076
commit
4a671dba9e
52 changed files with 6157 additions and 5639 deletions
|
@ -52,7 +52,7 @@
|
|||
qDebug("no stream selected");
|
||||
return;
|
||||
}else {
|
||||
int ok = QMessageBox::question(this, tr("Are you sure? -- qBittorrent"), tr("Are you sure you want to delete this stream from the list ?"),
|
||||
int ok = QMessageBox::question(this, tr("Are you sure? -- qBittorrent"), tr("Are you sure you want to delete this stream from the list?"),
|
||||
tr("&Yes"), tr("&No"),
|
||||
QString(), 0, 1);
|
||||
if(ok==0) {
|
||||
|
@ -187,7 +187,7 @@
|
|||
QTreeWidgetItem* description = new QTreeWidgetItem(stream);
|
||||
QTreeWidgetItem* url = new QTreeWidgetItem(stream);
|
||||
QTreeWidgetItem* time = new QTreeWidgetItem(stream);
|
||||
description->setText(0, tr("no description avalaible"));
|
||||
description->setText(0, tr("no description available"));
|
||||
url->setText(0, rssmanager.getStream(i)->getUrl());
|
||||
time->setText(0, tr("no refresh"));
|
||||
description->setData(0,Qt::DecorationRole, QVariant(QIcon(":/Icons/description.png")));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue