]> cloud.milkyroute.net Git - dolphin.git/blobdiff - src/panels/folders/treeviewcontextmenu.cpp
remove unused method (relict from times when KFilePreviewGenerator was not available)
[dolphin.git] / src / panels / folders / treeviewcontextmenu.cpp
index 0ca48e1283fb6cd96bd5bf4e0197be54f33fc736..3bc3ab9fee4ea233fd5efcf41643a2e4d5c343b8 100644 (file)
@@ -89,7 +89,7 @@ void TreeViewContextMenu::open()
         const KUrl& url = m_fileInfo.url();
         if (url.isLocalFile()) {
             QAction* moveToTrashAction = new QAction(KIcon("user-trash"),
-                                                    i18nc("@action:inmenu", "Move To Trash"), this);
+                                                    i18nc("@action:inmenu", "Move to Trash"), this);
             const bool enableMoveToTrash = capabilities.isLocal() && capabilities.supportsMoving();
             moveToTrashAction->setEnabled(enableMoveToTrash);
             connect(moveToTrashAction, SIGNAL(triggered()), this, SLOT(moveToTrash()));