diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-07 18:53:12 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-07 18:53:12 -0600 |
commit | adf473ac782486cbb808db19f4b8d49039ccd01e (patch) | |
tree | 2fd150605e2e63fbe515ee3a1a6870b687472bc4 /src/gui/application | |
parent | d5746c7ab64a8e92c56ba9c334d5b72bbffa3d8d (diff) | |
download | rosegarden-adf473ac782486cbb808db19f4b8d49039ccd01e.tar.gz rosegarden-adf473ac782486cbb808db19f4b8d49039ccd01e.zip |
Rename KDEHOME and KDEDIR
Diffstat (limited to 'src/gui/application')
-rw-r--r-- | src/gui/application/main.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gui/application/main.cpp b/src/gui/application/main.cpp index 8d771d2..ff03584 100644 --- a/src/gui/application/main.cpp +++ b/src/gui/application/main.cpp @@ -378,7 +378,7 @@ void testInstalledVersion() " successfully.\n\n" " 2. The upgrade was installed in a non-standard directory,\n" " and an old version was found in a standard directory. If so,\n" - " you will need to add the correct directory to your KDEDIRS\n" + " you will need to add the correct directory to your TDEDIRS\n" " environment variable before you can run it.").tqarg(VERSION).tqarg(installedVersion), i18n("Installation problem")); @@ -394,7 +394,7 @@ void testInstalledVersion() " it yourself, check that you have run \"make install\" and that\n" " the procedure completed successfully.\n\n" " 2. Rosegarden has been installed in a non-standard directory,\n" - " and you need to add this directory to your KDEDIRS environment\n" + " and you need to add this directory to your TDEDIRS environment\n" " variable before you can run it. This may be the case if you\n" " installed into $HOME or a local third-party package directory\n" " like /usr/local or /opt."), |