]> cloud.milkyroute.net Git - dolphin.git/commitdiff
another i18n TODO done: better description of this special action, for "configure...
authorDavid Faure <faure@kde.org>
Fri, 11 Jul 2008 21:33:56 +0000 (21:33 +0000)
committerDavid Faure <faure@kde.org>
Fri, 11 Jul 2008 21:33:56 +0000 (21:33 +0000)
svn path=/trunk/KDE/kdebase/apps/; revision=831111

src/dolphinviewactionhandler.cpp

index 3c42ff1aecfc98e7c23ec59ea78462fd05b24d40..d87937bb26fe27d64215d830b04cd92e446bc72e 100644 (file)
@@ -98,8 +98,8 @@ void DolphinViewActionHandler::createActions()
     // can be used for deleting the file (#76016). It needs to be a separate action
     // so that the Edit menu isn't affected.
     KAction* deleteWithTrashShortcut = m_actionCollection->addAction("delete_shortcut");
-    // TODO after message freeze, a more descriptive text, for the shortcuts editor.
-    deleteWithTrashShortcut->setText(i18nc("@action:inmenu File", "Delete"));
+    // The descriptive text is just for the shortcuts editor.
+    deleteWithTrashShortcut->setText(i18nc("@action:inmenu File", "Delete (using shortcut for Trash)"));
     deleteWithTrashShortcut->setShortcut(QKeySequence::Delete);
     deleteWithTrashShortcut->setEnabled(false);
     connect(deleteWithTrashShortcut, SIGNAL(triggered()), this, SLOT(slotDeleteItems()));