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:
parent
5f92b0cf37
commit
4e91da6dac
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue