summaryrefslogtreecommitdiffstats
path: root/khelpcenter
diff options
context:
space:
mode:
Diffstat (limited to 'khelpcenter')
-rw-r--r--khelpcenter/formatter.cpp2
-rw-r--r--khelpcenter/view.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/khelpcenter/formatter.cpp b/khelpcenter/formatter.cpp
index 7188ec214..21e2abb27 100644
--- a/khelpcenter/formatter.cpp
+++ b/khelpcenter/formatter.cpp
@@ -51,7 +51,7 @@ bool Formatter::readTemplates()
}
if ( mainTemplate.isEmpty() ) {
- kdWarning() << "Main template file name is empty." << endl;
+ kdDebug() << "Main template file name is empty." << endl;
return false;
}
diff --git a/khelpcenter/view.cpp b/khelpcenter/view.cpp
index f0151b3df..ea296b004 100644
--- a/khelpcenter/view.cpp
+++ b/khelpcenter/view.cpp
@@ -135,7 +135,7 @@ void View::showAboutPage()
.arg( i18n( "Frequently Asked Questions" ) )
.arg( i18n( "Basic Applications" ) )
.arg( i18n( "The Kicker Desktop Panel" ) )
- .arg( i18n( "The TDE Control Center" ) )
+ .arg( i18n( "The Trinity Control Center" ) )
.arg( i18n( "The Konqueror File manager and Web Browser" ) )
.arg( langLookup( "khelpcenter/kdelogo2.png" ) );
begin( KURL( "about:khelpcenter" ) );