Fix atftp copyright typo in AboutSystem

Fixes #11699

Signed-off-by: Adrien Destugues <pulkomandy@gmail.com>
This commit is contained in:
luroh 2015-01-03 19:12:10 +01:00 committed by Adrien Destugues
parent c50f8331de
commit 73b2a864b9

View File

@ -1172,7 +1172,7 @@ AboutView::_CreateCreditsView()
// atftp copyrights
_AddPackageCredit(PackageCredit("atftp")
.SetCopyright(B_TRANSLATE(COPYRIGHT_STRING "2000 Jean-Pierre "
"ervbefeL and Remi Lefebvre."))
"Lefebvre and Remi Lefebvre."))
.SetLicense(kGPLv2)
.SetURL("http://freecode.com/projects/atftp"));