summaryrefslogtreecommitdiffstats
path: root/kio/kfile
diff options
context:
space:
mode:
authorDarrell Anderson <humanreadable@yahoo.com>2014-01-19 01:05:51 -0600
committerSlávek Banko <slavek.banko@axis.cz>2015-12-23 02:22:37 +0100
commitaad1d85a5e8032a7da40d301f13b615a24bfcf28 (patch)
treee5ef483f4a919dae01b196bee01f169f140206da /kio/kfile
parent546c7b611178cd3fa3d8037e45ed344542abbd75 (diff)
downloadtdelibs-aad1d85a5e8032a7da40d301f13b615a24bfcf28.tar.gz
tdelibs-aad1d85a5e8032a7da40d301f13b615a24bfcf28.zip
Rebranding, tooltip, and What's This string cleanup.
(cherry picked from commit 1872b105e01a84ecb634076038b79c9517c9b15a)
Diffstat (limited to 'kio/kfile')
-rw-r--r--kio/kfile/kurlbar.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kio/kfile/kurlbar.cpp b/kio/kfile/kurlbar.cpp
index 5a746ed98..4f04ff2a7 100644
--- a/kio/kfile/kurlbar.cpp
+++ b/kio/kfile/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 );