From 73cb8df07e72a6bb94b97d55b4cfa44119be10be Mon Sep 17 00:00:00 2001 From: Adrien Destugues Date: Fri, 19 Feb 2010 08:50:42 +0000 Subject: [PATCH] Fix credits for hungarian localization git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@35518 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/apps/aboutsystem/AboutSystem.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/apps/aboutsystem/AboutSystem.cpp b/src/apps/aboutsystem/AboutSystem.cpp index f704773395..1e8b1746f5 100644 --- a/src/apps/aboutsystem/AboutSystem.cpp +++ b/src/apps/aboutsystem/AboutSystem.cpp @@ -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"));