Updated translations

This commit is contained in:
=
2025-04-20 15:36:49 -07:00
parent d6b280dd29
commit 30ea1eb087
25 changed files with 137 additions and 137 deletions

View File

@@ -1295,7 +1295,7 @@ MainWindow::on_actionFullscreen_triggered()
bool wasCaptured = mouse_capture == 1;
char strFullscreen[100];
sprintf(strFullscreen, qPrintable(tr("To return to windowed mode, press %s")), acc_keys[FindAccelerator("fullscreen")].seq);
sprintf(strFullscreen, qPrintable(tr("Press %s to return to windowed mode.")), acc_keys[FindAccelerator("fullscreen")].seq);
QMessageBox questionbox(QMessageBox::Icon::Information, tr("Entering fullscreen mode"), QString(strFullscreen), QMessageBox::Ok, this);
QCheckBox *chkbox = new QCheckBox(tr("Don't show this message again"));