Reword the label from "Always Allow" to "Allow Always".
This commit is contained in:
committed by
Ryan Leavengood
parent
03a84249b5
commit
82b425a59f
@@ -80,7 +80,7 @@ public:
|
|||||||
new BMessage(kMessageOnce));
|
new BMessage(kMessageOnce));
|
||||||
buttons->GroupLayout()->AddView(fOnceButton);
|
buttons->GroupLayout()->AddView(fOnceButton);
|
||||||
|
|
||||||
fAlwaysButton = new(std::nothrow) BButton("Always Allow",
|
fAlwaysButton = new(std::nothrow) BButton("Allow Always",
|
||||||
new BMessage(kMessageAlways));
|
new BMessage(kMessageAlways));
|
||||||
buttons->GroupLayout()->AddView(fAlwaysButton);
|
buttons->GroupLayout()->AddView(fAlwaysButton);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user