Reword the label from "Always Allow" to "Allow Always".
This commit is contained in:
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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user