[haiku-commits] r35518 - haiku/trunk/src/apps/aboutsystem
- From: pulkomandy@xxxxxxxxx
- To: haiku-commits@xxxxxxxxxxxxx
- Date: Fri, 19 Feb 2010 09:50:42 +0100 (CET)
Author: pulkomandy
Date: 2010-02-19 09:50:42 +0100 (Fri, 19 Feb 2010)
New Revision: 35518
Changeset: http://dev.haiku-os.org/changeset/35518/haiku
Modified:
haiku/trunk/src/apps/aboutsystem/AboutSystem.cpp
Log:
Fix credits for hungarian localization
Modified: haiku/trunk/src/apps/aboutsystem/AboutSystem.cpp
===================================================================
--- haiku/trunk/src/apps/aboutsystem/AboutSystem.cpp 2010-02-19 04:13:15 UTC
(rev 35517)
+++ haiku/trunk/src/apps/aboutsystem/AboutSystem.cpp 2010-02-19 08:50:42 UTC
(rev 35518)
@@ -973,7 +973,8 @@
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"));
Other related posts:
- » [haiku-commits] r35518 - haiku/trunk/src/apps/aboutsystem - pulkomandy