diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2012-06-03 23:05:21 -0500 |
---|---|---|
committer | Darrell Anderson <humanreadable@yahoo.com> | 2012-06-03 23:05:21 -0500 |
commit | b7bfc044cfc36e9f048323da43a4030a41e82068 (patch) | |
tree | 2999d73ea5375e7bf6611937263bcf6ebd6dfe32 /src | |
parent | 2bcb6ca6aad212dd54c5009dd66ec526822181fd (diff) | |
download | basket-b7bfc044cfc36e9f048323da43a4030a41e82068.tar.gz basket-b7bfc044cfc36e9f048323da43a4030a41e82068.zip |
Branding cleanup: KDE -> TDE
Diffstat (limited to 'src')
-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)); |