mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2024-11-29 09:35:39 +00:00
Minor change to a dialog message
This commit is contained in:
parent
a0e41d21e9
commit
39d3072994
|
@ -140,7 +140,7 @@ void ViewController::setMenuColors()
|
||||||
void ViewController::legacyAppDataDialog()
|
void ViewController::legacyAppDataDialog()
|
||||||
{
|
{
|
||||||
const std::string upgradeMessage {
|
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" +
|
"\"ES-DE\"\nPLEASE RENAME YOUR CURRENT DATA DIRECTORY:\n" +
|
||||||
Utils::FileSystem::getAppDataDirectory().string() + "\nTO THE FOLLOWING:\n" +
|
Utils::FileSystem::getAppDataDirectory().string() + "\nTO THE FOLLOWING:\n" +
|
||||||
Utils::FileSystem::getAppDataDirectory().parent_path().append("ES-DE").string()};
|
Utils::FileSystem::getAppDataDirectory().parent_path().append("ES-DE").string()};
|
||||||
|
|
Loading…
Reference in a new issue