Skip to content

Commit

Permalink
Logbook: fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
foldynl committed Feb 5, 2024
1 parent 2ccaed5 commit 21a75fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/LogbookWidget.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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<br>edited in the column will be applied to all selected rows.<br>Do you want to edit them?"),
tr("By updating, all selected rows will be affected.<br>The value currently edited in the column will be applied to all selected rows.<br><br>Do you want to edit them?"),
QMessageBox::Yes|QMessageBox::No);

if (reply != QMessageBox::Yes) return;
Expand Down

0 comments on commit 21a75fe

Please sign in to comment.