From 639fa51bc61ab804d16e4e07671274706da4c4e4 Mon Sep 17 00:00:00 2001 From: Leon Styhre Date: Tue, 24 Jan 2023 18:18:01 +0100 Subject: [PATCH] Changed the splash screen text 'Scanning game files' to 'Searching for games'. --- es-core/src/Window.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/es-core/src/Window.cpp b/es-core/src/Window.cpp index 268026a14..e5b4c9ed9 100644 --- a/es-core/src/Window.cpp +++ b/es-core/src/Window.cpp @@ -134,7 +134,7 @@ bool Window::init() (mRenderer->getScreenHeight() - mSplash->getSize().y) / 2.0f * 0.6f); mSplashTextScanning = std::unique_ptr(mDefaultFonts.at(1)->buildTextCache( - "Scanning game files...", 0.0f, 0.0f, DEFAULT_TEXTCOLOR)); + "Searching for games...", 0.0f, 0.0f, DEFAULT_TEXTCOLOR)); mSplashTextPopulating = std::unique_ptr( mDefaultFonts.at(1)->buildTextCache("Loading systems...", 0.0f, 0.0f, DEFAULT_TEXTCOLOR)); mSplashTextReloading = std::unique_ptr(