summaryrefslogtreecommitdiffstats
path: root/tdefilereplace
diff options
context:
space:
mode:
authorChris <xchrisx@uber.space>2019-08-22 00:35:18 +0200
committerChris <xchrisx@uber.space>2019-08-22 00:35:18 +0200
commitf71ebfe7fa91a4455549176a864fcfe6fecdf5ad (patch)
tree0289558040937a338623bcdf92918ab76f8cbbe6 /tdefilereplace
parent308d2aa8c8ed458d347821dacbe8e4ae87e6657b (diff)
downloadtdeutils-f71ebfe7fa91a4455549176a864fcfe6fecdf5ad.tar.gz
tdeutils-f71ebfe7fa91a4455549176a864fcfe6fecdf5ad.zip
Fix remaining branding in tdeutils.
Signed-off-by: Chris <xchrisx@uber.space>
Diffstat (limited to 'tdefilereplace')
-rw-r--r--tdefilereplace/main.cpp2
-rw-r--r--tdefilereplace/tdefilereplacepart.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/tdefilereplace/main.cpp b/tdefilereplace/main.cpp
index f8d6718..f2374ac 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 François 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 TDEUtils module."),
"http://www.kdewebdev.org");
about.addAuthor("Andras Mantia", I18N_NOOP("Shell author, KPart creator, co-maintainer"), "amantia@kde.org");
diff --git a/tdefilereplace/tdefilereplacepart.cpp b/tdefilereplace/tdefilereplacepart.cpp
index 7a28de7..14d9ff3 100644
--- a/tdefilereplace/tdefilereplacepart.cpp
+++ b/tdefilereplace/tdefilereplacepart.cpp
@@ -452,7 +452,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");