Unify the naming of Page Up and Page Down keys
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user