mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-16 02:03:07 -07:00
- Updated language files and french translation
This commit is contained in:
parent
7bac95c9ad
commit
130187723c
31 changed files with 1968 additions and 792 deletions
|
@ -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()) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue