From 0f1209c4bbd383acb68a22128b6b323f78c7fcb3 Mon Sep 17 00:00:00 2001 From: Darrell Anderson Date: Sun, 3 Jun 2012 21:47:09 -0500 Subject: Branding cleanup: KDE -> TDE --- interfaces/ktexteditor/templateinterface.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'interfaces/ktexteditor') diff --git a/interfaces/ktexteditor/templateinterface.cpp b/interfaces/ktexteditor/templateinterface.cpp index 0cb52db75..894d23f6a 100644 --- a/interfaces/ktexteditor/templateinterface.cpp +++ b/interfaces/ktexteditor/templateinterface.cpp @@ -58,7 +58,7 @@ void TemplateInterface::setTemplateInterfaceDCOPSuffix ( const TQCString &suffix userAddress=addrBook->whoAmI(); \ if (userAddress.isEmpty()) { \ if ( KMessageBox::questionYesNo(parentWindow, \ - i18n( "This template uses personal data that is stored in the KDE addressbook, but you have not selected a personal entry. You can still use the template without one, but you will have to type personal data. Would you like to select one now?" ), \ + i18n( "This template uses personal data that is stored in the TDE addressbook, but you have not selected a personal entry. You can still use the template without one, but you will have to type personal data. Would you like to select one now?" ), \ "Personal data requested", \ KStdGuiItem::yes(), KStdGuiItem::no(), "select personal data entry") == KMessageBox::Yes ) { \ userAddress = KABC::AddresseeDialog::getAddressee(parentWindow); \ -- cgit v1.2.1