diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2012-06-03 21:47:09 -0500 |
---|---|---|
committer | Darrell Anderson <humanreadable@yahoo.com> | 2012-06-03 21:47:09 -0500 |
commit | 0f1209c4bbd383acb68a22128b6b323f78c7fcb3 (patch) | |
tree | 1fe793a9da5b636da0f2e7c185c232a51990aa16 /interfaces/ktexteditor | |
parent | be91eb61cf327d204eb087b1b0e62209362f670f (diff) | |
download | tdelibs-0f1209c4bbd383acb68a22128b6b323f78c7fcb3.tar.gz tdelibs-0f1209c4bbd383acb68a22128b6b323f78c7fcb3.zip |
Branding cleanup: KDE -> TDE
Diffstat (limited to 'interfaces/ktexteditor')
-rw-r--r-- | interfaces/ktexteditor/templateinterface.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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); \ |