From 2710ef39332d08b3330fc58d696dc7259997ada1 Mon Sep 17 00:00:00 2001 From: Darrell Anderson Date: Sun, 3 Jun 2012 13:36:53 -0500 Subject: [PATCH] Branding cleanup: What's This help, KDE -> TDE --- kaddressbook/views/configurecardviewdialog.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/kaddressbook/views/configurecardviewdialog.cpp b/kaddressbook/views/configurecardviewdialog.cpp index e4c00e7d..2c815150 100644 --- a/kaddressbook/views/configurecardviewdialog.cpp +++ b/kaddressbook/views/configurecardviewdialog.cpp @@ -252,7 +252,7 @@ void CardViewLookNFeelPage::initGUI() TQWhatsThis::add( cbEnableCustomColors, i18n( "If custom colors is enabled, you may choose the colors for the view below. " - "Otherwise colors from your current KDE color scheme are used." + "Otherwise colors from your current TDE color scheme are used." ) ); TQWhatsThis::add( lbColors, i18n( "Double click or press RETURN on a item to select a color for the related strings in the view." @@ -290,7 +290,7 @@ void CardViewLookNFeelPage::initGUI() TQWhatsThis::add( cbEnableCustomFonts, i18n( "If custom fonts are enabled, you may choose which fonts to use for this view below. " - "Otherwise the default KDE font will be used, in bold style for the header and " + "Otherwise the default TDE font will be used, in bold style for the header and " "normal style for the data." ) );