Browse Source

Spelling fix.

tags/2021-05-28
jules 12 years ago
parent
commit
16469fefe9
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      extras/Introjucer/Source/Project/jucer_ConfigTree_Modules.h

+ 1
- 1
extras/Introjucer/Source/Project/jucer_ConfigTree_Modules.h View File

@@ -246,7 +246,7 @@ private:
if (anyFailed) if (anyFailed)
AlertWindow::showMessageBoxAsync (AlertWindow::WarningIcon, AlertWindow::showMessageBoxAsync (AlertWindow::WarningIcon,
"Adding Missing Dependencies", "Adding Missing Dependencies",
"Couldn't locate some of these modules - you'll beed to find their "
"Couldn't locate some of these modules - you'll need to find their "
"folders manually and add them to the list."); "folders manually and add them to the list.");
} }


Loading…
Cancel
Save