mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2026-04-24 13:09:59 +02:00
Translate warning message to French
This commit is contained in:
@@ -365,8 +365,8 @@ void MasterPropertiesWidget::on_link_button_clicked()
|
|||||||
|
|
||||||
// Show a message box with the actual window as parent to ensure it's on top
|
// Show a message box with the actual window as parent to ensure it's on top
|
||||||
QMessageBox::warning(this->window(),
|
QMessageBox::warning(this->window(),
|
||||||
tr("Maximum Slaves Reached"),
|
tr("Nombre maximal d'esclaves atteint."),
|
||||||
tr("This master element cannot accept any new slaves because it is full (Limit: %1).").arg(max_slaves));
|
tr("Cet élément maître ne peut accepter aucun nouvel esclave car il est plein (Limit: %1).").arg(max_slaves));
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user