Ticket #6443: FileTypesWindow.diff

File FileTypesWindow.diff, 669 bytes (added by diver, 14 years ago)
  • src/preferences/filetypes/FileTypesWindow.cpp

     
    478478       fAttributeBox->SetLabel(B_TRANSLATE("Extra attributes"));
    479479
    480480       fAddAttributeButton = new BButton("add attr",
    481                "Add" B_UTF8_ELLIPSIS, new BMessage(kMsgAddAttribute));
     481               B_TRANSLATE("Add" B_UTF8_ELLIPSIS), new BMessage(kMsgAddAttribute));
    482482       fAddAttributeButton->SetExplicitMaxSize(
    483483               BSize(B_SIZE_UNLIMITED, B_SIZE_UNSET));
    484484