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:
@@ -478,7 +478,7 @@ FileTypesWindow::FileTypesWindow(const BMessage& settings)
|
|||||||
fAttributeBox->SetLabel(B_TRANSLATE("Extra attributes"));
|
fAttributeBox->SetLabel(B_TRANSLATE("Extra attributes"));
|
||||||
|
|
||||||
fAddAttributeButton = new BButton("add attr",
|
fAddAttributeButton = new BButton("add attr",
|
||||||
"Add" B_UTF8_ELLIPSIS, new BMessage(kMsgAddAttribute));
|
B_TRANSLATE("Add" B_UTF8_ELLIPSIS), new BMessage(kMsgAddAttribute));
|
||||||
fAddAttributeButton->SetExplicitMaxSize(
|
fAddAttributeButton->SetExplicitMaxSize(
|
||||||
BSize(B_SIZE_UNLIMITED, B_SIZE_UNSET));
|
BSize(B_SIZE_UNLIMITED, B_SIZE_UNSET));
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user