summaryrefslogtreecommitdiffstats
path: root/tdeio
diff options
context:
space:
mode:
authorDarrell Anderson <humanreadable@yahoo.com>2014-01-19 01:05:51 -0600
committerDarrell Anderson <humanreadable@yahoo.com>2014-01-19 01:05:51 -0600
commit1872b105e01a84ecb634076038b79c9517c9b15a (patch)
treebe34d9f5415be3a2165d6a64878206599c7952c3 /tdeio
parent50d58f6f402b5d2349bc0de5301d11aebd4e137d (diff)
downloadtdelibs-1872b105e01a84ecb634076038b79c9517c9b15a.tar.gz
tdelibs-1872b105e01a84ecb634076038b79c9517c9b15a.zip
Rebranding, tooltip, and What's This string cleanup.
Diffstat (limited to 'tdeio')
-rw-r--r--tdeio/tdefile/kurlbar.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tdeio/tdefile/kurlbar.cpp b/tdeio/tdefile/kurlbar.cpp
index 6eb823e00..228a2ce42 100644
--- a/tdeio/tdefile/kurlbar.cpp
+++ b/tdeio/tdefile/kurlbar.cpp
@@ -955,7 +955,7 @@ KURLBarItemDialog::KURLBarItemDialog( bool allowGlobal, const KURL& url,
TQWhatsThis::add( m_edit, whatsThisText );
whatsThisText = i18n("<qt>This is the location associated with the entry. Any valid URL may be used. For example:<p>"
- "%1<br>http://www.kde.org<br>ftp://ftp.kde.org/pub/kde/stable<p>"
+ "%1<br>http://www.trinitydesktop.org<p>"
"By clicking on the button next to the text edit box you can browse to an "
"appropriate URL.</qt>").arg(TQDir::homeDirPath());
label = new TQLabel( i18n("&URL:"), grid );