mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
Spelling.
This commit is contained in:
parent
e4557e618e
commit
756cff8085
1 changed files with 1 additions and 1 deletions
|
|
@ -201,7 +201,7 @@ public:
|
|||
const Rectangle<int> explanationArea (getLocalBounds().removeFromTop (100));
|
||||
|
||||
AttributedString s;
|
||||
s.append ("Click on a circle to make it flash. When it has finished flashing it will send a message which which cause the next circle to flash");
|
||||
s.append ("Click on a circle to make it flash. When it has finished flashing it will send a message which causes the next circle to flash");
|
||||
s.append (newLine);
|
||||
s.append ("Click the \"Set Random Colour\" button to change the colour of one of the circles.");
|
||||
s.append (newLine);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue