AboutSystem: localize copyright string
Change-Id: Ia43004bbe56bebdb32bcfd3394135ffb9b9914af Reviewed-on: https://review.haiku-os.org/c/haiku/+/2711 Reviewed-by: waddlesplash <[email protected]>
This commit is contained in:
committed by
waddlesplash
parent
59588089e7
commit
9094f0c24f
@@ -912,7 +912,8 @@ AboutView::_CreateCreditsView()
|
||||
if (year < 2008)
|
||||
year = 2008;
|
||||
snprintf(string, sizeof(string),
|
||||
COPYRIGHT_STRING "2001-%" B_PRId32 " The Haiku project. ", year);
|
||||
B_TRANSLATE(COPYRIGHT_STRING "2001-%" B_PRId32 " The Haiku project. "),
|
||||
year);
|
||||
|
||||
fCreditsView->SetFontAndColor(be_plain_font, B_FONT_ALL, &kDarkGrey);
|
||||
fCreditsView->Insert(string);
|
||||
|
||||
Reference in New Issue
Block a user