diff --git a/ui/LogbookWidget.cpp b/ui/LogbookWidget.cpp index 64037e46..f84b552b 100644 --- a/ui/LogbookWidget.cpp +++ b/ui/LogbookWidget.cpp @@ -564,7 +564,7 @@ void LogbookWidget::editContact() QMessageBox::StandardButton reply; reply = QMessageBox::question(this, tr("Update"), - tr("By updating, all selected rows will be affected. The value currently
edited in the column will be applied to all selected rows.
Do you want to edit them?"), + tr("By updating, all selected rows will be affected.
The value currently edited in the column will be applied to all selected rows.

Do you want to edit them?"), QMessageBox::Yes|QMessageBox::No); if (reply != QMessageBox::Yes) return;