Patch by diver: "Add" button wasn't localizable. Closes ticket #6443.
Thanks! git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@38630 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
d6c46e4651
commit
865b06a85b
@ -478,7 +478,7 @@ FileTypesWindow::FileTypesWindow(const BMessage& settings)
|
||||
fAttributeBox->SetLabel(B_TRANSLATE("Extra attributes"));
|
||||
|
||||
fAddAttributeButton = new BButton("add attr",
|
||||
"Add" B_UTF8_ELLIPSIS, new BMessage(kMsgAddAttribute));
|
||||
B_TRANSLATE("Add" B_UTF8_ELLIPSIS), new BMessage(kMsgAddAttribute));
|
||||
fAddAttributeButton->SetExplicitMaxSize(
|
||||
BSize(B_SIZE_UNLIMITED, B_SIZE_UNSET));
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user