From 865b06a85bcd0d12c6ef37ecbae428ecb7da5a7a Mon Sep 17 00:00:00 2001 From: Philippe Houdoin Date: Mon, 13 Sep 2010 13:28:01 +0000 Subject: [PATCH] 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 --- src/preferences/filetypes/FileTypesWindow.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/preferences/filetypes/FileTypesWindow.cpp b/src/preferences/filetypes/FileTypesWindow.cpp index b78aed77af..7cd3bfb1e8 100644 --- a/src/preferences/filetypes/FileTypesWindow.cpp +++ b/src/preferences/filetypes/FileTypesWindow.cpp @@ -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));