summaryrefslogtreecommitdiffstats
path: root/tdefilereplace/tdefilereplacepart.cpp
diff options
context:
space:
mode:
authorChris <xchrisx@uber.space>2019-08-22 00:35:18 +0200
committerSlávek Banko <slavek.banko@axis.cz>2019-08-22 01:54:25 +0200
commit8aead7565fa684e60839ba85b468e60d693d70db (patch)
treeec9037699c3d661f3450ea42e268805a818c6b67 /tdefilereplace/tdefilereplacepart.cpp
parent2f4a4a79864c81284d9c3a9c0ec06735d014305c (diff)
downloadtdewebdev-8aead7565fa684e60839ba85b468e60d693d70db.tar.gz
tdewebdev-8aead7565fa684e60839ba85b468e60d693d70db.zip
Fix remaining branding in tdeutils.
Signed-off-by: Chris <xchrisx@uber.space> (cherry picked from commit f71ebfe7fa91a4455549176a864fcfe6fecdf5ad)
Diffstat (limited to 'tdefilereplace/tdefilereplacepart.cpp')
-rw-r--r--tdefilereplace/tdefilereplacepart.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tdefilereplace/tdefilereplacepart.cpp b/tdefilereplace/tdefilereplacepart.cpp
index a9abcd59..37630b5d 100644
--- a/tdefilereplace/tdefilereplacepart.cpp
+++ b/tdefilereplace/tdefilereplacepart.cpp
@@ -522,7 +522,7 @@ TDEAboutData* TDEFileReplacePart::createAboutData()
KFR_VERSION,
I18N_NOOP( "Batch search and replace tool."),
TDEAboutData::License_GPL_V2,
- "(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");
+ "(C) 1999-2002 François Dupoux\n(C) 2003-2004 Andras Mantia\n(C) 2004 Emiliano Gulmini", I18N_NOOP("Part of the TDEUtils module."), "http://www.kdewebdev.org");
aboutData->addAuthor("François Dupoux",
I18N_NOOP("Original author of the TDEFileReplace tool"),
"dupoux@dupoux.com");