summaryrefslogtreecommitdiffstats
path: root/kcontrol/konqhtml
diff options
context:
space:
mode:
authorDarrell Anderson <humanreadable@yahoo.com>2014-01-19 01:04:39 -0600
committerDarrell Anderson <humanreadable@yahoo.com>2014-01-19 01:04:39 -0600
commit8781095d0759d8af3207e717560a53c02c32bc8b (patch)
treecf2d5c4f6bc70ec1e1f63bdd2d40d279d135629f /kcontrol/konqhtml
parent7d7246d87d0bacaaeee66ac6bf0b3d14ba1af078 (diff)
downloadtdebase-8781095d0759d8af3207e717560a53c02c32bc8b.tar.gz
tdebase-8781095d0759d8af3207e717560a53c02c32bc8b.zip
Rebranding, tooltip, and What's This string cleanup.
Diffstat (limited to 'kcontrol/konqhtml')
-rw-r--r--kcontrol/konqhtml/policydlg.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/kcontrol/konqhtml/policydlg.cpp b/kcontrol/konqhtml/policydlg.cpp
index d38524e61..9409023c1 100644
--- a/kcontrol/konqhtml/policydlg.cpp
+++ b/kcontrol/konqhtml/policydlg.cpp
@@ -37,8 +37,8 @@ PolicyDialog::PolicyDialog( Policies *policies, TQWidget *parent, const char *na
connect( le_domain,TQT_SIGNAL(textChanged( const TQString & )),
TQT_SLOT(slotTextChanged( const TQString &)));
- TQWhatsThis::add(le_domain, i18n("Enter the name of a host (like www.kde.org) "
- "or a domain, starting with a dot (like .kde.org or .org)") );
+ TQWhatsThis::add(le_domain, i18n("Enter the name of a host (like www.trinitydesktop.org) "
+ "or a domain, starting with a dot (like .trinitydesktop.org or .org)") );
l_feature_policy = new TQLabel(main);
grid->addWidget(l_feature_policy, 1, 0);