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( " \n" "

%1

\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("%1 %2") .arg(kapp->aboutData()->programName(), VERSION));