Unify the naming of Page Up and Page Down keys

This commit is contained in:
Alexander Babikov
2022-02-13 07:09:30 +05:00
parent e0593523f2
commit 93ac1b7b52
43 changed files with 121 additions and 121 deletions

View File

@@ -1094,7 +1094,7 @@ void MainWindow::on_actionFullscreen_triggered() {
} else {
if (video_fullscreen_first)
{
QMessageBox questionbox(QMessageBox::Icon::Information, tr("Entering fullscreen mode"), tr("Press CTRL+ALT+PAGE DOWN to return to windowed mode."), QMessageBox::Ok, this);
QMessageBox questionbox(QMessageBox::Icon::Information, tr("Entering fullscreen mode"), tr("Press Ctrl+Alt+PgDn to return to windowed mode."), QMessageBox::Ok, this);
QCheckBox *chkbox = new QCheckBox(tr("Don't show this message again"));
questionbox.setCheckBox(chkbox);
chkbox->setChecked(!video_fullscreen_first);