summaryrefslogtreecommitdiffstats
path: root/kspread/dialogs
diff options
context:
space:
mode:
authorDarrell Anderson <humanreadable@yahoo.com>2012-05-26 11:47:17 -0500
committerDarrell Anderson <humanreadable@yahoo.com>2012-05-26 11:47:17 -0500
commit69fd47d9754e4da86b014fb2c46a344c9d366c23 (patch)
treee815bbe854cae5552ae4f707603c8c8ebf839073 /kspread/dialogs
parent74028df41a73ea1766007a76907e42d145258f1f (diff)
downloadkoffice-69fd47d9754e4da86b014fb2c46a344c9d366c23.tar.gz
koffice-69fd47d9754e4da86b014fb2c46a344c9d366c23.zip
Branding cleanup: KDE -> TDE
Diffstat (limited to 'kspread/dialogs')
-rw-r--r--kspread/dialogs/kspread_dlg_preference.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/kspread/dialogs/kspread_dlg_preference.cc b/kspread/dialogs/kspread_dlg_preference.cc
index d17c27e1e..2d67b4e0a 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." ) );