diff options
Diffstat (limited to 'krfb')
-rw-r--r-- | krfb/krfb/configuration.cc | 2 | ||||
-rw-r--r-- | krfb/krfb/main.cpp | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/krfb/krfb/configuration.cc b/krfb/krfb/configuration.cc index bf0e31a7..289c4cec 100644 --- a/krfb/krfb/configuration.cc +++ b/krfb/krfb/configuration.cc @@ -441,7 +441,7 @@ void Configuration::inviteEmail() { KApplication *app = KApplication::kApplication(); app->invokeMailer(TQString(), TQString(), TQString(), i18n("Desktop Sharing (VNC) invitation"), - i18n("You have been invited to a VNC session. If you have the KDE Remote " + i18n("You have been invited to a VNC session. If you have the TDE Remote " "Desktop Connection installed, just click on the link below.\n\n" "vnc://invitation:%1@%2:%3\n\n" "Otherwise you can use any VNC client with the following parameters:\n\n" diff --git a/krfb/krfb/main.cpp b/krfb/krfb/main.cpp index 0910b9d8..6c68272b 100644 --- a/krfb/krfb/main.cpp +++ b/krfb/krfb/main.cpp @@ -43,7 +43,7 @@ #define VERSION "1.0" static const char description[] = I18N_NOOP("VNC-compatible server to share " - "KDE desktops"); + "TDE desktops"); #define ARG_KINETD "kinetd" @@ -112,7 +112,7 @@ int main(int argc, char *argv[]) if (!kinetdA) { KMessageBox::error(0, i18n("Cannot find KInetD. " - "The KDE daemon (kded) may have crashed or has not been started at all, or the installation failed."), + "The TDE daemon (kded) may have crashed or has not been started at all, or the installation failed."), i18n("Desktop Sharing Error")); return 1; } |