- Updated french translation

This commit is contained in:
Christophe Dumez 2007-07-29 03:23:03 +00:00
parent ffc1479b1f
commit 269b59f8a2
53 changed files with 1019 additions and 989 deletions

View file

@ -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;