diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2019-08-22 00:23:59 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2019-08-22 00:23:59 +0200 |
commit | 308d2aa8c8ed458d347821dacbe8e4ae87e6657b (patch) | |
tree | f7dc180607eabedc61895c612e05e68fb46be6bf /tdefilereplace/tdefilereplacepart.cpp | |
parent | 1ce8f11df5407c3c22fb98db06f1aa8512fc741f (diff) | |
download | tdeutils-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/tdefilereplacepart.cpp')
-rw-r--r-- | tdefilereplace/tdefilereplacepart.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tdefilereplace/tdefilereplacepart.cpp b/tdefilereplace/tdefilereplacepart.cpp index c193573..7a28de7 100644 --- a/tdefilereplace/tdefilereplacepart.cpp +++ b/tdefilereplace/tdefilereplacepart.cpp @@ -452,8 +452,8 @@ TDEAboutData* TDEFileReplacePart::createAboutData() KFR_VERSION, I18N_NOOP( "Batch search and replace tool."), TDEAboutData::License_GPL_V2, - "(C) 1999-2002 Fran�is Dupoux\n(C) 2003-2004 Andras Mantia\n(C) 2004 Emiliano Gulmini", I18N_NOOP("Part of the KDEWebDev module."), "http://www.kdewebdev.org"); - aboutData->addAuthor("Fran�is Dupoux", + "(C) 1999-2002 François Dupoux\n(C) 2003-2004 Andras Mantia\n(C) 2004 Emiliano Gulmini", I18N_NOOP("Part of the KDEWebDev module."), "http://www.kdewebdev.org"); + aboutData->addAuthor("François Dupoux", I18N_NOOP("Original author of the TDEFileReplace tool"), "dupoux@dupoux.com"); aboutData->addAuthor("Emiliano Gulmini", |