Spreadsheet: Update UI strings for consistency

This commit is contained in:
Max Wilfinger
2025-06-29 13:14:43 +02:00
committed by Chris Hennes
parent b86a553423
commit c5ddbb8a16
14 changed files with 87 additions and 87 deletions

View File

@@ -223,7 +223,7 @@ void DlgBindSheet::accept()
tr("Bind cells"),
tr("Source and target cell count mismatch. "
"Partial binding may still work.\n\n"
"Do you want to continue?"),
"Continue?"),
QMessageBox::Yes | QMessageBox::No);
if (res == QMessageBox::No) {
return;