summaryrefslogtreecommitdiffstats
path: root/kio
diff options
context:
space:
mode:
authorDarrell Anderson <humanreadable@yahoo.com>2012-03-23 19:59:34 -0500
committerDarrell Anderson <humanreadable@yahoo.com>2012-03-23 19:59:34 -0500
commita0c4a4ed060a7d4ddbf68c8e477ea322b116f73c (patch)
tree2830ccd67a3502120ca61af254485f6e2a06c485 /kio
parent598ec0e5fcb8432000ae96d73c031075ec1771ac (diff)
downloadtdelibs-a0c4a4ed060a7d4ddbf68c8e477ea322b116f73c.tar.gz
tdelibs-a0c4a4ed060a7d4ddbf68c8e477ea322b116f73c.zip
Fix KDE -> TDE branding.
Diffstat (limited to 'kio')
-rw-r--r--kio/kio/tcpslavebase.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kio/kio/tcpslavebase.cpp b/kio/kio/tcpslavebase.cpp
index 78093577d..672cc0a5c 100644
--- a/kio/kio/tcpslavebase.cpp
+++ b/kio/kio/tcpslavebase.cpp
@@ -1005,7 +1005,7 @@ int TCPSlaveBase::verifyCertificate()
}
}
} else if (cp == KSSLCertificateCache::Reject) { // fail
- messageBox(Information, i18n("SSL certificate is being rejected as requested. You can disable this in the KDE Control Center."),
+ messageBox(Information, i18n("SSL certificate is being rejected as requested. You can disable this in the TDE Control Center."),
i18n("Server Authentication"));
rc = -1;
setMetaData("ssl_action", "reject");