diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2012-06-03 21:47:09 -0500 |
---|---|---|
committer | Darrell Anderson <humanreadable@yahoo.com> | 2012-06-03 21:47:09 -0500 |
commit | 0f1209c4bbd383acb68a22128b6b323f78c7fcb3 (patch) | |
tree | 1fe793a9da5b636da0f2e7c185c232a51990aa16 /kutils | |
parent | be91eb61cf327d204eb087b1b0e62209362f670f (diff) | |
download | tdelibs-0f1209c4bbd383acb68a22128b6b323f78c7fcb3.tar.gz tdelibs-0f1209c4bbd383acb68a22128b6b323f78c7fcb3.zip |
Branding cleanup: KDE -> TDE
Diffstat (limited to 'kutils')
-rw-r--r-- | kutils/kcmoduleloader.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kutils/kcmoduleloader.cpp b/kutils/kcmoduleloader.cpp index 642e6f1bc..99d2f88a2 100644 --- a/kutils/kcmoduleloader.cpp +++ b/kutils/kcmoduleloader.cpp @@ -219,7 +219,7 @@ void KCModuleLoader::showLastLoaderError(TQWidget *parent) KMessageBox::detailedError(parent, i18n("There was an error loading the module."),i18n("<qt><p>The diagnostics is:<br>%1" "<p>Possible reasons:</p><ul><li>An error occurred during your last " - "KDE upgrade leaving an orphaned control module<li>You have old third party " + "TDE upgrade leaving an orphaned control module<li>You have old third party " "modules lying around.</ul><p>Check these points carefully and try to remove " "the module mentioned in the error message. If this fails, consider contacting " "your distributor or packager.</p></qt>") @@ -287,7 +287,7 @@ KCModule* KCModuleLoader::reportError( ErrorReporting report, const TQString & t if( details.isNull() ) details = i18n("<qt><p>The diagnostics is:<br>%1" "<p>Possible reasons:</p><ul><li>An error occurred during your last " - "KDE upgrade leaving an orphaned control module<li>You have old third party " + "TDE upgrade leaving an orphaned control module<li>You have old third party " "modules lying around.</ul><p>Check these points carefully and try to remove " "the module mentioned in the error message. If this fails, consider contacting " "your distributor or packager.</p></qt>").arg(KLibLoader::self()->lastErrorMessage()); |