summaryrefslogtreecommitdiffstats
path: root/krdc/vnc/kvncview.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'krdc/vnc/kvncview.cpp')
-rw-r--r--krdc/vnc/kvncview.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/krdc/vnc/kvncview.cpp b/krdc/vnc/kvncview.cpp
index 111c13fd..22960423 100644
--- a/krdc/vnc/kvncview.cpp
+++ b/krdc/vnc/kvncview.cpp
@@ -489,7 +489,7 @@ void KVncView::customEvent(TQCustomEvent *e)
break;
case ERROR_NO_SERVER:
KMessageBox::error(0,
- i18n("Connection failed. No server running at the given address and port."),
+ i18n("Connection failed. No server running at the given address and port. Verify the KDED TDE Internet Daemon is running at the remote server."),
i18n("Connection Failure"));
break;
case ERROR_AUTHENTICATION: