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(