diff --git a/src/apps/terminal/TermApp.cpp b/src/apps/terminal/TermApp.cpp index a811e4d4b0..4c07050041 100644 --- a/src/apps/terminal/TermApp.cpp +++ b/src/apps/terminal/TermApp.cpp @@ -154,7 +154,7 @@ TermApp::AboutRequested() BAlert *alert = new BAlert("about", "Terminal\n" "\twritten by Kazuho Okui and Takashi Murai\n" "\tupdated by Kian Duffy and others\n\n" - "\tCopyright 2005, Haiku.\n", "Ok"); + "\tCopyright " B_UTF8_COPYRIGHT "2003-2005, Haiku.\n", "Ok"); BTextView *view = alert->TextView(); BFont font;