- Updated language files and french translation

This commit is contained in:
Christophe Dumez 2010-01-01 13:38:23 +00:00
parent 7bac95c9ad
commit 130187723c
31 changed files with 1968 additions and 792 deletions

View file

@ -486,7 +486,7 @@ void PropertiesWidget::renameSelectedFile() {
QModelIndex index = selectedIndexes.first();
// Ask for new name
bool ok;
QString new_name_last = QInputDialog::getText(this, tr("Rename torrent file"),
QString new_name_last = QInputDialog::getText(this, tr("Rename the file"),
tr("New name:"), QLineEdit::Normal,
index.data().toString(), &ok);
if (ok && !new_name_last.isEmpty()) {