Gui: Update UI strings for consistency

Closes: #22135
This commit is contained in:
Max Wilfinger
2025-06-22 21:14:10 +02:00
committed by Kacper Donat
parent 66aaf6a2ee
commit 6692dacc0a
151 changed files with 1201 additions and 1183 deletions

View File

@@ -212,7 +212,7 @@ void EditorView::checkTimestamp()
switch (QMessageBox::question(this,
tr("Modified file"),
tr("%1.\n\nThis has been modified outside of the source "
"editor. Do you want to reload it?")
"editor. Reload it?")
.arg(d->fileName),
QMessageBox::Yes | QMessageBox::No,
QMessageBox::Yes)) {
@@ -349,7 +349,7 @@ bool EditorView::canClose()
switch (QMessageBox::question(this,
tr("Unsaved document"),
tr("The document has been modified.\n"
"Do you want to save your changes?"),
"Save all changes?"),
QMessageBox::Yes | QMessageBox::No | QMessageBox::Cancel,
QMessageBox::Cancel)) {
case QMessageBox::Yes: