summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDarrell Anderson <humanreadable@yahoo.com>2013-11-24 20:43:49 -0600
committerDarrell Anderson <humanreadable@yahoo.com>2013-11-24 20:43:49 -0600
commit4cd76df113ab0bdd914ea2f90c214b9ec58601a1 (patch)
tree3f36236c020e6b891909bdc8786c5f3360682ec5
parent34ad82f628cad213a9070ce6820c8cf3c833d7a2 (diff)
downloadtdenetwork-4cd76df1.tar.gz
tdenetwork-4cd76df1.zip
Add informational tip in krdc kdialog.
-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: