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

This commit is contained in:
Michael Lotz 2012-06-24 14:57:51 +02:00 committed by Ryan Leavengood
parent 03a84249b5
commit 82b425a59f

View File

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