1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00

Fixed a typo

This commit is contained in:
Tom Poole 2020-12-02 13:09:22 +00:00
parent 5f92b0cf37
commit 4e91da6dac

View file

@ -270,7 +270,7 @@ void LatestVersionCheckerAndUpdater::askUserForLocationToDownload (const Version
if (! AlertWindow::showOkCancelBox (AlertWindow::WarningIcon, "Overwrite Existing JUCE Folder?",
"Do you want to replace the folder\n\n" + targetFolderPath + "\n\nwith the latest version from juce.com?\n\n"
"This will move the existing folder to " + targetFolderPath + "_old.\n\n"
"Replacing the folder that contains the curently running Projucer executable may not work on Windows."))
"Replacing the folder that contains the currently running Projucer executable may not work on Windows."))
{
return;
}