summaryrefslogtreecommitdiffstats
path: root/src/simplemainwindow.cpp
diff options
context:
space:
mode:
authorDarrell Anderson <humanreadable@yahoo.com>2012-06-03 22:44:09 -0500
committerDarrell Anderson <humanreadable@yahoo.com>2012-06-03 22:44:09 -0500
commitefbe6faa6c054c878f6395d7bbcc19dda3c2e544 (patch)
tree375e0852de34c2a530b65d4f1d5d94d55eb19597 /src/simplemainwindow.cpp
parentefa2f9c6642f5ad1a80d15d1039d0d814341252d (diff)
downloadtdevelop-efbe6faa6c054c878f6395d7bbcc19dda3c2e544.tar.gz
tdevelop-efbe6faa6c054c878f6395d7bbcc19dda3c2e544.zip
Branding cleanup: KDE -> TDE, KDevelop -> TDevelop
Diffstat (limited to 'src/simplemainwindow.cpp')
-rw-r--r--src/simplemainwindow.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/simplemainwindow.cpp b/src/simplemainwindow.cpp
index defcf0c1..3f1c3d4a 100644
--- a/src/simplemainwindow.cpp
+++ b/src/simplemainwindow.cpp
@@ -95,12 +95,12 @@ void SimpleMainWindow::init()
//a profile can offer core plugins and no global plugins.
if ( PluginController::getInstance()->engine().allOffers(ProfileEngine::Global).isEmpty() )
{
- KMessageBox::sorry( this, i18n("Unable to find plugins, KDevelop will not work"
+ KMessageBox::sorry( this, i18n("Unable to find plugins, TDevelop will not work"
" properly.\nPlease make sure "
- "that KDevelop is installed in your KDE directory; otherwise, you have "
- "to add KDevelop's installation "
+ "that TDevelop is installed in your TDE directory; otherwise, you have "
+ "to add TDevelop's installation "
"path to the environment variable TDEDIRS and run kbuildsycoca. Restart "
- "KDevelop afterwards.\n"
+ "TDevelop afterwards.\n"
"Example for BASH users:\nexport TDEDIRS=/path/to/tdevelop:$TDEDIRS && kbuildsycoca"),
i18n("Could Not Find Plugins") );
}