diff --git a/src/apps/aboutsystem/AboutSystem.cpp b/src/apps/aboutsystem/AboutSystem.cpp index dd5d71618e..a12279e12e 100644 --- a/src/apps/aboutsystem/AboutSystem.cpp +++ b/src/apps/aboutsystem/AboutSystem.cpp @@ -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);