mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-16 02:03:07 -07:00
- Updated french translation
This commit is contained in:
parent
ffc1479b1f
commit
269b59f8a2
53 changed files with 1019 additions and 989 deletions
|
@ -124,7 +124,7 @@ properties::properties(QWidget *parent, bittorrent *BTSession, torrent_handle &h
|
|||
}
|
||||
updateInfosTimer = new QTimer(this);
|
||||
connect(updateInfosTimer, SIGNAL(timeout()), this, SLOT(updateInfos()));
|
||||
updateInfosTimer->start(2000);
|
||||
updateInfosTimer->start(3000);
|
||||
}
|
||||
|
||||
properties::~properties(){
|
||||
|
@ -280,7 +280,7 @@ void properties::loadTrackers(){
|
|||
void properties::askWebSeed(){
|
||||
bool ok;
|
||||
// Ask user for a new url seed
|
||||
QString url_seed = QInputDialog::getText(this, tr("New url seed"),
|
||||
QString url_seed = QInputDialog::getText(this, tr("New url seed", "New HTTP source"),
|
||||
tr("New url seed:"), QLineEdit::Normal,
|
||||
"http://www.", &ok);
|
||||
if(!ok) return;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue