From e37899bcc3f75c9e314df74fee7cd92167f1c4d8 Mon Sep 17 00:00:00 2001 From: Darrell Anderson Date: Sat, 26 May 2012 19:14:07 -0500 Subject: Branding cleanup: KDE -> TDE --- kioslave/man/kio_man.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'kioslave/man') 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 << "" << endl; os << "" << endl; - os << i18n("

KDE Man Viewer Error

") << errmsg << "" << endl; + os << i18n("

TDE Man Viewer Error

") << errmsg << "" << endl; os << "" << 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(); } -- cgit v1.2.1