From 69fd47d9754e4da86b014fb2c46a344c9d366c23 Mon Sep 17 00:00:00 2001 From: Darrell Anderson Date: Sat, 26 May 2012 11:47:17 -0500 Subject: Branding cleanup: KDE -> TDE --- kspread/dialogs/kspread_dlg_preference.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kspread/dialogs') diff --git a/kspread/dialogs/kspread_dlg_preference.cc b/kspread/dialogs/kspread_dlg_preference.cc index d17c27e1..2d67b4e0 100644 --- a/kspread/dialogs/kspread_dlg_preference.cc +++ b/kspread/dialogs/kspread_dlg_preference.cc @@ -900,7 +900,7 @@ configureSpellPage::configureSpellPage( View* _view,TQVBox *box , char *name ) m_spellConfigWidget = new KSpellConfig( box, "spell_check",m_pView->doc()->getKSpellConfig()/*, false*/); dontCheckUpperWord = new TQCheckBox( i18n("Skip all uppercase words"),box); - TQWhatsThis::add(dontCheckUpperWord, i18n( "If checked, the words written in uppercase letters are not spell checked. This might be useful if you have a lot of acronyms such as KDE for example." ) ); + TQWhatsThis::add(dontCheckUpperWord, i18n( "If checked, the words written in uppercase letters are not spell checked. This might be useful if you have a lot of acronyms such as TDE for example." ) ); dontCheckTitleCase = new TQCheckBox( i18n("Do not check title case"),box); TQWhatsThis::add(dontCheckTitleCase, i18n( "Check this box if you want the spellchecker to ignore the title case, for example My Own Spreadsheet or My own spreadsheet. If this is unchecked, the spell checker will ask for a uppercase letter in the title nouns." ) ); -- cgit v1.2.1