summaryrefslogtreecommitdiffstats
path: root/kcontrol/konqhtml/policydlg.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kcontrol/konqhtml/policydlg.cpp')
-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);