summaryrefslogtreecommitdiffstats
path: root/tdefilereplace/tdefilereplacepart.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:32:28 +0200
commit2f4a4a79864c81284d9c3a9c0ec06735d014305c (patch)
tree29ca1352b9bad981f7d96fb384c4bfc9def7c41f /tdefilereplace/tdefilereplacepart.cpp
parente6a65bdc1e599db6763b67fa1f6d8de9af9c6a0c (diff)
downloadtdewebdev-2f4a4a79864c81284d9c3a9c0ec06735d014305c.tar.gz
tdewebdev-2f4a4a79864c81284d9c3a9c0ec06735d014305c.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.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/tdefilereplace/tdefilereplacepart.cpp b/tdefilereplace/tdefilereplacepart.cpp
index 64415158..a9abcd59 100644
--- a/tdefilereplace/tdefilereplacepart.cpp
+++ b/tdefilereplace/tdefilereplacepart.cpp
@@ -522,8 +522,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",