summaryrefslogtreecommitdiffstats
path: root/kopete/kopete
diff options
context:
space:
mode:
authorDarrell Anderson <humanreadable@yahoo.com>2012-03-23 19:42:01 -0500
committerDarrell Anderson <humanreadable@yahoo.com>2012-03-23 19:42:01 -0500
commit16d03e816aa9c30936dc1b4457ba1ab1d5a10ea2 (patch)
tree32055ca16fa67359ab232de2271c8dba35926200 /kopete/kopete
parent1b07f4c108b0f395b23befaf6cb2308d9f52443f (diff)
downloadtdenetwork-16d03e816aa9c30936dc1b4457ba1ab1d5a10ea2.tar.gz
tdenetwork-16d03e816aa9c30936dc1b4457ba1ab1d5a10ea2.zip
Fix KDE -> TDE branding.
Diffstat (limited to 'kopete/kopete')
-rw-r--r--kopete/kopete/contactlist/kabcexport.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kopete/kopete/contactlist/kabcexport.cpp b/kopete/kopete/contactlist/kabcexport.cpp
index ae9b7771..46801d2c 100644
--- a/kopete/kopete/contactlist/kabcexport.cpp
+++ b/kopete/kopete/contactlist/kabcexport.cpp
@@ -88,7 +88,7 @@ KabcExportWizard::KabcExportWizard( TQWidget *parent, const char *name )
if ( counter == 0 )
{
m_addrBooks->insertItem( i18n( "No writeable addressbook resource found." ) );
- m_addrBooks->insertItem( i18n( "Add or enable one using the KDE Control Center." ) );
+ m_addrBooks->insertItem( i18n( "Add or enable one using the TDE Control Center." ) );
m_addrBooks->setEnabled( false );
}