summaryrefslogtreecommitdiffstats
path: root/kftpgrabber/src/mainwindow.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kftpgrabber/src/mainwindow.cpp')
-rw-r--r--kftpgrabber/src/mainwindow.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kftpgrabber/src/mainwindow.cpp b/kftpgrabber/src/mainwindow.cpp
index a98d5f2..4970066 100644
--- a/kftpgrabber/src/mainwindow.cpp
+++ b/kftpgrabber/src/mainwindow.cpp
@@ -301,7 +301,7 @@ void MainWindow::initBookmarkMenu()
// Wallet menu
if (!m_walletMenu)
- m_walletMenu = new TDEActionMenu(i18n("Sites In KWallet"), loadSmallIcon("wallet_open"));
+ m_walletMenu = new TDEActionMenu(i18n("Sites In TDEWallet"), loadSmallIcon("wallet_open"));
m_bookmarkMenu->popupMenu()->insertItem(loadSmallIcon("bookmark"), i18n("Edit Bookmarks..."), 1);
m_bookmarkMenu->popupMenu()->connectItem(1, this, SLOT(showBookmarkEditor()));