diff options
Diffstat (limited to 'kopete')
-rw-r--r-- | kopete/kopete/contactlist/kabcexport.cpp | 2 |
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 ); } |