summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDarrell Anderson <humanreadable@yahoo.com>2012-06-03 23:05:21 -0500
committerDarrell Anderson <humanreadable@yahoo.com>2012-06-03 23:05:21 -0500
commitb7bfc044cfc36e9f048323da43a4030a41e82068 (patch)
tree2999d73ea5375e7bf6611937263bcf6ebd6dfe32
parent2bcb6ca6aad212dd54c5009dd66ec526822181fd (diff)
downloadbasket-b7bfc044.tar.gz
basket-b7bfc044.zip
Branding cleanup: KDE -> TDE
-rw-r--r--src/htmlexporter.cpp2
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));