diff --git a/extras/Projucer/Source/Application/jucer_AutoUpdater.cpp b/extras/Projucer/Source/Application/jucer_AutoUpdater.cpp index 657535f5f1..c63c28c596 100644 --- a/extras/Projucer/Source/Application/jucer_AutoUpdater.cpp +++ b/extras/Projucer/Source/Application/jucer_AutoUpdater.cpp @@ -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; }