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:
Niels Sascha Reedijk
2020-05-16 17:39:30 +00:00
committed by waddlesplash
parent 59588089e7
commit 9094f0c24f
+2 -1
View File
@@ -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);