PNG translator: remove B_TRANSLATE on string that isn't user visible

Change-Id: I3c04838729740f86493636913ba30a072e633696
This commit is contained in:
PulkoMandy
2022-11-05 12:59:04 +01:00
parent 28ca540854
commit 4c070183d9
+1 -2
View File
@@ -62,8 +62,7 @@ PNGView::PNGView(const BRect &frame, const char *name, uint32 resizeMode,
item->SetMarked(true);
fInterlaceMenu->AddItem(item);
BMenuField* menuField = new BMenuField(
B_TRANSLATE("PNG Interlace Menu"),
BMenuField* menuField = new BMenuField("PNG Interlace Menu",
B_TRANSLATE("Interlacing type:"), fInterlaceMenu);
menuField->SetDivider(menuField->StringWidth(menuField->Label()) + 7.0f);
menuField->ResizeToPreferred();