From b7bfc044cfc36e9f048323da43a4030a41e82068 Mon Sep 17 00:00:00 2001 From: Darrell Anderson Date: Sun, 3 Jun 2012 23:05:21 -0500 Subject: [PATCH] Branding cleanup: KDE -> TDE --- src/htmlexporter.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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));