From 8781095d0759d8af3207e717560a53c02c32bc8b Mon Sep 17 00:00:00 2001 From: Darrell Anderson Date: Sun, 19 Jan 2014 01:04:39 -0600 Subject: Rebranding, tooltip, and What's This string cleanup. --- kcontrol/konqhtml/policydlg.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'kcontrol/konqhtml/policydlg.cpp') 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); -- cgit v1.2.1