Reword the label from "Always Allow" to "Allow Always".

This commit is contained in:
Michael Lotz
2013-03-05 11:04:36 -05:00
committed by Ryan Leavengood
parent 03a84249b5
commit 82b425a59f
@@ -80,7 +80,7 @@ public:
new BMessage(kMessageOnce));
buttons->GroupLayout()->AddView(fOnceButton);
fAlwaysButton = new(std::nothrow) BButton("Always Allow",
fAlwaysButton = new(std::nothrow) BButton("Allow Always",
new BMessage(kMessageAlways));
buttons->GroupLayout()->AddView(fAlwaysButton);