diff --git a/ui/drivers/ui_qt.cpp b/ui/drivers/ui_qt.cpp index 6493435b4b0c..c8d4be7857a7 100644 --- a/ui/drivers/ui_qt.cpp +++ b/ui/drivers/ui_qt.cpp @@ -1832,19 +1832,22 @@ void MainWindow::showWelcomeScreen() const QString welcome_txt = QStringLiteral("" "Welcome to the RetroArch Desktop Menu!
\n" "
\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" + "The Desktop Menu provides a Qt-based WIMP (windows, icons, menus, pointer) interface " + "that's functional for launching content and managing playlists.
\n" "
\n" - "Some useful hotkeys for interacting with the Big Picture menu include:\n" + "Settings can be configured via “View -> Settings...” in Desktop Mode window, " + "or “Main Menu -> Settings” in the 10-foot user interface window (the main window) " + "— both access the same settings. But many actions only function in the 10-foot UI, including " + "these default hotkey assignments:\n" "\n" "\n" "For more hotkeys and their assignments, see:
\n" - "Settings -> Input -> Hotkeys
\n" + "View -> Settings... -> Input -> Hotkeys [tab]
\n" "
\n" "Documentation for RetroArch, libretro and cores:
\n" "https://docs.libretro.com/");