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

Spelling.

This commit is contained in:
jules 2013-11-13 16:25:51 +00:00
parent e4557e618e
commit 756cff8085

View file

@ -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);