From 2f4a4a79864c81284d9c3a9c0ec06735d014305c Mon Sep 17 00:00:00 2001 From: Slávek Banko Date: Thu, 22 Aug 2019 00:23:59 +0200 Subject: tdefilereplace: Fix a damaged character in the original author's name. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Slávek Banko --- tdefilereplace/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tdefilereplace/main.cpp') diff --git a/tdefilereplace/main.cpp b/tdefilereplace/main.cpp index 1ca0ce24..f8d67188 100644 --- a/tdefilereplace/main.cpp +++ b/tdefilereplace/main.cpp @@ -35,7 +35,7 @@ static TDECmdLineOptions options[] = int main(int argc, char *argv[]) { TDEAboutData about("tdefilereplace", I18N_NOOP("TDEFileReplace"), version, description, - TDEAboutData::License_GPL_V2, "(C) 2004-2005 Andras Mantia\n(C) 2004-2005 Emiliano Gulmini\n(C) 1999-2002 Francois Dupoux", I18N_NOOP("Part of the KDEWebDev module."), + TDEAboutData::License_GPL_V2, "(C) 2004-2005 Andras Mantia\n(C) 2004-2005 Emiliano Gulmini\n(C) 1999-2002 François Dupoux", I18N_NOOP("Part of the KDEWebDev module."), "http://www.kdewebdev.org"); about.addAuthor("Andras Mantia", I18N_NOOP("Shell author, KPart creator, co-maintainer"), "amantia@kde.org"); -- cgit v1.2.3