diff --git a/ui/drivers/qt/ui_qt_window.cpp b/ui/drivers/qt/ui_qt_window.cpp index e3643a490f..e50e0d0028 100644 --- a/ui/drivers/qt/ui_qt_window.cpp +++ b/ui/drivers/qt/ui_qt_window.cpp @@ -516,7 +516,7 @@ MainWindow::MainWindow(QWidget *parent) : m_coreInfoPushButton->setFixedSize(m_coreInfoPushButton->sizeHint()); searchResetButton = new QToolButton(m_searchWidget); - searchResetButton->setDefaultAction(new QAction("CLR", searchResetButton)); + searchResetButton->setDefaultAction(new QAction("Clr", searchResetButton)); searchResetButton->setFixedSize(searchResetButton->sizeHint()); connect(searchResetButton, SIGNAL(clicked()), this, SLOT(onSearchResetClicked())); @@ -651,7 +651,7 @@ void MainWindow::showWelcomeScreen() const QString welcomeText = QStringLiteral("" "Welcome to the RetroArch Desktop Menu!
\n" "
\n" - "Many settings and actions are currently only available in the familiar Big Picture menu,
\n" + "Many settings and actions are currently only available in the familiar Big Picture menu, " "but this Desktop Menu should be functional for launching content and managing playlists.
\n" "
\n" "Some useful hotkeys for interacting with the Big Picture menu include:\n" @@ -660,7 +660,8 @@ void MainWindow::showWelcomeScreen() "
  • F5 - Bring the Desktop Menu back if closed
  • \n" "
  • Esc - Exit RetroArch
  • \n" "\n" - "For more hotkeys and their assignments, see: Settings -> Input -> Input Hotkey Binds
    \n" + "For more hotkeys and their assignments, see:
    \n" + "Settings -> Input -> Input Hotkey Binds
    \n" "
    \n" "Documentation for RetroArch, libretro and cores:
    \n" "https://docs.libretro.com/");