summaryrefslogtreecommitdiffstats
path: root/tdefilereplace/main.cpp
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2019-08-22 00:23:59 +0200
committerSlávek Banko <slavek.banko@axis.cz>2019-08-22 00:23:59 +0200
commit308d2aa8c8ed458d347821dacbe8e4ae87e6657b (patch)
treef7dc180607eabedc61895c612e05e68fb46be6bf /tdefilereplace/main.cpp
parent1ce8f11df5407c3c22fb98db06f1aa8512fc741f (diff)
downloadtdeutils-308d2aa8c8ed458d347821dacbe8e4ae87e6657b.tar.gz
tdeutils-308d2aa8c8ed458d347821dacbe8e4ae87e6657b.zip
tdefilereplace: Fix a damaged character in the original author's name.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
Diffstat (limited to 'tdefilereplace/main.cpp')
-rw-r--r--tdefilereplace/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tdefilereplace/main.cpp b/tdefilereplace/main.cpp
index 1ca0ce2..f8d6718 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");