charactermap: Add more localization
Change-Id: I94680126e4f9063d283ed4e7a6f1f0087032376b Reviewed-on: https://review.haiku-os.org/c/haiku/+/4249 Reviewed-by: Adrien Destugues <[email protected]> Tested-by: Commit checker robot <[email protected]>
This commit is contained in:
committed by
Jérôme Duval
parent
60ead048b5
commit
88a19e0e18
@@ -263,7 +263,8 @@ CharacterWindow::CharacterWindow()
|
|||||||
new BMessage(kMsgPrivateBlocks)));
|
new BMessage(kMsgPrivateBlocks)));
|
||||||
item->SetMarked(fCharacterView->IsShowingPrivateBlocks());
|
item->SetMarked(fCharacterView->IsShowingPrivateBlocks());
|
||||||
|
|
||||||
menu->AddItem(item = new BMenuItem("Only show blocks contained in font",
|
menu->AddItem(item = new BMenuItem(
|
||||||
|
B_TRANSLATE("Only show blocks contained in font"),
|
||||||
new BMessage(kMsgContainedBlocks)));
|
new BMessage(kMsgContainedBlocks)));
|
||||||
item->SetMarked(fCharacterView->IsShowingContainedBlocksOnly());
|
item->SetMarked(fCharacterView->IsShowingContainedBlocksOnly());
|
||||||
menuBar->AddItem(menu);
|
menuBar->AddItem(menu);
|
||||||
|
|||||||
Reference in New Issue
Block a user