summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDarrell Anderson <humanreadable@yahoo.com>2012-05-26 11:46:05 -0500
committerDarrell Anderson <humanreadable@yahoo.com>2012-05-26 11:46:05 -0500
commit5727b5296ae08920d1d56ca5edc44866c199d798 (patch)
tree951d076da3aa1df34d7beeab17392cdf30d60d7e
parent0bcf8e5bc9304f981a8545c157f25544ecbf6b25 (diff)
downloadbasket-5727b529.tar.gz
basket-5727b529.zip
Branding cleanup: KDE -> TDE
-rw-r--r--src/bnpview.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bnpview.cpp b/src/bnpview.cpp
index c20369d..9e974d2 100644
--- a/src/bnpview.cpp
+++ b/src/bnpview.cpp
@@ -503,7 +503,7 @@ void BNPView::setupActions()
m_actInsertColor = new KAction( i18n("&Color"), "colorset", "", actionCollection(), "insert_color" );
m_actInsertLauncher=new KAction( i18n("L&auncher"), "launch", "", actionCollection(), "insert_launcher" );
- m_actImportKMenu = new KAction( i18n("Import Launcher from &KDE Menu..."), "kmenu", "", actionCollection(), "insert_kmenu" );
+ m_actImportKMenu = new KAction( i18n("Import Launcher from &TDE Menu..."), "kmenu", "", actionCollection(), "insert_kmenu" );
m_actImportIcon = new KAction( i18n("Im&port Icon..."), "icons", "", actionCollection(), "insert_icon" );
m_actLoadFile = new KAction( i18n("Load From &File..."), "fileimport", "", actionCollection(), "insert_from_file" );