diff options
Diffstat (limited to 'src/simplemainwindow.cpp')
-rw-r--r-- | src/simplemainwindow.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/simplemainwindow.cpp b/src/simplemainwindow.cpp index caa7f07d..e71e6b1d 100644 --- a/src/simplemainwindow.cpp +++ b/src/simplemainwindow.cpp @@ -99,9 +99,9 @@ void SimpleMainWindow::init() " properly.\nPlease make sure " "that KDevelop is installed in your KDE directory; otherwise, you have " "to add KDevelop's installation " - "path to the environment variable KDEDIRS and run kbuildsycoca. Restart " + "path to the environment variable TDEDIRS and run kbuildsycoca. Restart " "KDevelop afterwards.\n" - "Example for BASH users:\nexport KDEDIRS=/path/to/tdevelop:$KDEDIRS && kbuildsycoca"), + "Example for BASH users:\nexport TDEDIRS=/path/to/tdevelop:$TDEDIRS && kbuildsycoca"), i18n("Could Not Find Plugins") ); } |