summaryrefslogtreecommitdiffstats
path: root/kioslave/man
diff options
context:
space:
mode:
authorDarrell Anderson <humanreadable@yahoo.com>2012-05-26 19:14:07 -0500
committerDarrell Anderson <humanreadable@yahoo.com>2012-05-26 19:14:07 -0500
commite37899bcc3f75c9e314df74fee7cd92167f1c4d8 (patch)
treea9ddccfd5aa44b1975e0bafd0254d9c00780ac96 /kioslave/man
parentcfd4a7e4ea2276df469207aa5041cec412861493 (diff)
downloadtdebase-e37899bcc3f75c9e314df74fee7cd92167f1c4d8.tar.gz
tdebase-e37899bcc3f75c9e314df74fee7cd92167f1c4d8.zip
Branding cleanup: KDE -> TDE
Diffstat (limited to 'kioslave/man')
-rw-r--r--kioslave/man/kio_man.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/kioslave/man/kio_man.cpp b/kioslave/man/kio_man.cpp
index 4f796c6f9..12c13d601 100644
--- a/kioslave/man/kio_man.cpp
+++ b/kioslave/man/kio_man.cpp
@@ -602,7 +602,7 @@ void MANProtocol::outputError(const TQString& errmsg)
if ( !m_manCSSFile.isEmpty() )
os << "<link href=\"file:///" << m_manCSSFile << "\" type=\"text/css\" rel=\"stylesheet\">" << endl;
os << "</head>" << endl;
- os << i18n("<body><h1>KDE Man Viewer Error</h1>") << errmsg << "</body>" << endl;
+ os << i18n("<body><h1>TDE Man Viewer Error</h1>") << errmsg << "</body>" << endl;
os << "</html>" << endl;
data(array);
@@ -1527,7 +1527,7 @@ void MANProtocol::getProgramPath()
return;
/* Cannot find sgml2roff programm: */
- outputError(i18n("Could not find the sgml2roff program on your system. Please install it, if necessary, and extend the search path by adjusting the environment variable PATH before starting KDE."));
+ outputError(i18n("Could not find the sgml2roff program on your system. Please install it, if necessary, and extend the search path by adjusting the environment variable PATH before starting TDE."));
finished();
exit();
}