From 39d3072994c669fbb058267c75f0621cd2e163e0 Mon Sep 17 00:00:00 2001 From: Leon Styhre Date: Sun, 17 Dec 2023 17:02:52 +0100 Subject: [PATCH] Minor change to a dialog message --- es-app/src/views/ViewController.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/es-app/src/views/ViewController.cpp b/es-app/src/views/ViewController.cpp index 0ba1658df..9a7f069c4 100644 --- a/es-app/src/views/ViewController.cpp +++ b/es-app/src/views/ViewController.cpp @@ -140,7 +140,7 @@ void ViewController::setMenuColors() void ViewController::legacyAppDataDialog() { const std::string upgradeMessage { - "AS OF ES-DE 3.0 THE APPLICATION DATA DIRECTORY HAS CHANGED FROM \".emulationstation\" to " + "AS OF ES-DE 3.0.0 THE APPLICATION DATA DIRECTORY HAS CHANGED FROM \".emulationstation\" to " "\"ES-DE\"\nPLEASE RENAME YOUR CURRENT DATA DIRECTORY:\n" + Utils::FileSystem::getAppDataDirectory().string() + "\nTO THE FOLLOWING:\n" + Utils::FileSystem::getAppDataDirectory().parent_path().append("ES-DE").string()};