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

Projucer: Changed the text on the sign out button

This commit is contained in:
Tom Poole 2019-01-28 09:32:45 +00:00
parent 0ab5e696fe
commit 602d68dcbc

View file

@ -65,7 +65,7 @@ public:
licenseTypeLabel->setJustificationType (Justification::centred);
licenseTypeLabel->setMinimumHorizontalScale (1.0f);
logoutButton.reset (new TextButton (isInsideWebview ? "Select different account..." : "Logout"));
logoutButton.reset (new TextButton (isInsideWebview ? "Select different account..." : "Sign out"));
addAndMakeVisible (logoutButton.get());
logoutButton->setColour (TextButton::buttonColourId, findColour (secondaryButtonBackgroundColourId));