summaryrefslogtreecommitdiffstats
path: root/tdeioslave/cgi/kcmcgi/kcmcgi.cpp
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2013-09-03 20:01:54 +0200
committerSlávek Banko <slavek.banko@axis.cz>2013-09-03 20:58:45 +0200
commit3e88ddfbc3df52c97d5354890fb9ac68af49bddd (patch)
treef6830215ebdc83e794a7a223042537595490265f /tdeioslave/cgi/kcmcgi/kcmcgi.cpp
parent5607b4ae2272da03b692475c2f773f3e27e671b8 (diff)
downloadtdebase-3e88ddfbc3df52c97d5354890fb9ac68af49bddd.tar.gz
tdebase-3e88ddfbc3df52c97d5354890fb9ac68af49bddd.zip
Additional k => tde renaming and fixes
Diffstat (limited to 'tdeioslave/cgi/kcmcgi/kcmcgi.cpp')
-rw-r--r--tdeioslave/cgi/kcmcgi/kcmcgi.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/tdeioslave/cgi/kcmcgi/kcmcgi.cpp b/tdeioslave/cgi/kcmcgi/kcmcgi.cpp
index 592371cb6..70eec4d4d 100644
--- a/tdeioslave/cgi/kcmcgi/kcmcgi.cpp
+++ b/tdeioslave/cgi/kcmcgi/kcmcgi.cpp
@@ -69,7 +69,7 @@ KCMCgi::KCMCgi(TQWidget *parent, const char *name)
updateButton();
TDEAboutData *about =
new TDEAboutData( I18N_NOOP("kcmcgi"),
- I18N_NOOP("CGI KIO Slave Control Module"),
+ I18N_NOOP("CGI TDEIO Slave Control Module"),
0, 0, TDEAboutData::License_GPL,
I18N_NOOP("(c) 2002 Cornelius Schumacher") );
@@ -144,7 +144,7 @@ void KCMCgi::removePath()
TQString KCMCgi::quickHelp() const
{
- return i18n("<h1>CGI Scripts</h1> The CGI KIO slave lets you execute "
+ return i18n("<h1>CGI Scripts</h1> The CGI TDEIO slave lets you execute "
"local CGI programs without the need to run a web server. "
"In this control module you can configure the paths that "
"are searched for CGI scripts.");