diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2012-06-03 13:38:17 -0500 |
---|---|---|
committer | Darrell Anderson <humanreadable@yahoo.com> | 2012-06-03 13:38:17 -0500 |
commit | f0ac846a0bfbdc2a5d372cabec0103990ab74ef0 (patch) | |
tree | 5b9f0d37ae2bbeb8ade41d1d95bdd9916788f6e8 | |
parent | afe341c1b56a2724ba7528939ed081f0ccaa2e9f (diff) | |
download | tdeaddons-f0ac846a0bfbdc2a5d372cabec0103990ab74ef0.tar.gz tdeaddons-f0ac846a0bfbdc2a5d372cabec0103990ab74ef0.zip |
Branding cleanup: What's This help, KDE -> TDE
-rw-r--r-- | kate/filetemplates/plugin/filetemplates.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kate/filetemplates/plugin/filetemplates.cpp b/kate/filetemplates/plugin/filetemplates.cpp index 43e4a18..affdb19 100644 --- a/kate/filetemplates/plugin/filetemplates.cpp +++ b/kate/filetemplates/plugin/filetemplates.cpp @@ -792,7 +792,7 @@ KateTemplateWizard::KateTemplateWizard( TQWidget *parent, KateFileTemplates *kft lo->addWidget( new TQLabel( i18n( "<p>You can replace certain strings in the text with " "template macros.<p>If any of the data below is incorrect or missing, " - "edit the data in the KDE email information."), page ) ); + "edit the data in the TDE email information."), page ) ); cbRRealname = new TQCheckBox( i18n("Replace full name '%1' with the " "'%{fullname}' macro").arg( sFullname ), page ); |