Fix credits for hungarian localization
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@35518 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
19b31ecf6f
commit
73cb8df07e
@ -973,7 +973,8 @@ AboutView::_CreateCreditsView()
|
||||
fCreditsView->Insert(TR("\nHungarian\n\n"));
|
||||
fCreditsView->SetFontAndColor(be_plain_font, B_FONT_ALL, &kDarkGrey);
|
||||
fCreditsView->Insert(
|
||||
"miqlas\n"
|
||||
"Zoltán Mizsei (miqlas)\n"
|
||||
"Zoltán Szabó (Bird)\n"
|
||||
);
|
||||
fCreditsView->SetFontAndColor(&font, B_FONT_ALL, &kHaikuGreen);
|
||||
fCreditsView->Insert(TR("\nItalian\n\n"));
|
||||
|
Loading…
Reference in New Issue
Block a user