From 0a4c3f4601ac590363bb3382de748b4c96088693 Mon Sep 17 00:00:00 2001 From: Laurent Trinques Date: Thu, 2 Apr 2026 17:05:06 +0200 Subject: [PATCH] Improve comment! --- sources/ui/masterpropertieswidget.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sources/ui/masterpropertieswidget.cpp b/sources/ui/masterpropertieswidget.cpp index 9230c3549..0ad6ff7f5 100644 --- a/sources/ui/masterpropertieswidget.cpp +++ b/sources/ui/masterpropertieswidget.cpp @@ -366,7 +366,7 @@ void MasterPropertiesWidget::on_link_button_clicked() // Show a message box with the actual window as parent to ensure it's on top QMessageBox::warning(this->window(), tr("Nombre maximal d'esclaves atteint."), - tr("Cet élément maître ne peut accepter aucun nouvel esclave car il est plein (Limit: %1).").arg(max_slaves)); + tr("Cet élément maître ne peut plus accepter aucun nouveau contact esclave, la limite fixée a été atteinte (Limite: %1).").arg(max_slaves)); return; } }