From 73b2a864b9ccf8bb1c48de5c3a7f8718202ca485 Mon Sep 17 00:00:00 2001 From: luroh Date: Sat, 3 Jan 2015 19:12:10 +0100 Subject: [PATCH] Fix atftp copyright typo in AboutSystem Fixes #11699 Signed-off-by: Adrien Destugues --- src/apps/aboutsystem/AboutSystem.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/apps/aboutsystem/AboutSystem.cpp b/src/apps/aboutsystem/AboutSystem.cpp index 9bc6ea7f62..4bd9a8e5f4 100644 --- a/src/apps/aboutsystem/AboutSystem.cpp +++ b/src/apps/aboutsystem/AboutSystem.cpp @@ -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"));