diff options
Diffstat (limited to 'src')
-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 0744afa..5f6a0ff 100644 --- a/src/gui/application/main.cpp +++ b/src/gui/application/main.cpp @@ -370,7 +370,7 @@ void testInstalledVersion() (0, i18n("Installation contains the wrong version of Rosegarden."), i18n(" The wrong versions of Rosegarden's data files were\n" - " found in the standard KDE installation directories.\n" + " found in the standard TDE installation directories.\n" " (I am %1, but the installed files are for version %2.)\n\n" " This may mean one of the following:\n\n" " 1. This is a new upgrade of Rosegarden, and it has not yet been\n" @@ -389,7 +389,7 @@ void testInstalledVersion() (0, i18n("Rosegarden does not appear to have been installed."), i18n(" One or more of Rosegarden's data files could not be\n" - " found in the standard KDE installation directories.\n\n" + " found in the standard TDE installation directories.\n\n" " This may mean one of the following:\n\n" " 1. Rosegarden has not been correctly installed. If you compiled\n" " it yourself, check that you have run \"make install\" and that\n" |