diff options
Diffstat (limited to 'src/htmlexporter.cpp')
-rw-r--r-- | src/htmlexporter.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/htmlexporter.cpp b/src/htmlexporter.cpp index 64fee0e..ae34b00 100644 --- a/src/htmlexporter.cpp +++ b/src/htmlexporter.cpp @@ -316,7 +316,7 @@ void HTMLExporter::exportBasket(Basket *basket, bool isSubBasket) stream << TQString( " </div>\n" " <p class=\"credits\">%1</p>\n").arg( - i18n("Made with %1, a KDE tool to take notes and keep information at hand.") + i18n("Made with %1, a TDE tool to take notes and keep information at hand.") .arg("<a href=\"http://basket.kde.org/\">%1</a> %2") .arg(kapp->aboutData()->programName(), VERSION)); |