https://bugs.kde.org/show_bug.cgi?id=463833
Nate Graham <n...@kde.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |kdelibs-b...@kde.org, | |n...@kde.org Component|general |general Summary|Add PASTE Action to Menus |Paste action text should | |just be "Paste" Version|unspecified |5.101.0 Product|dolphin |frameworks-kio Assignee|dolphin-bugs-n...@kde.org |kio-bugs-n...@kde.org --- Comment #1 from Nate Graham <n...@kde.org> --- The action is actually generally named "Paste Clipboard Contents", not "Paste from Clipboard." There is only one place in Dolphin's codebase where I can find something named "Paste from Clipboard", and it's overriding the standard thing, which is "Paste Clipboard Contents". It probably should not. It looks like the "Paste Clipboard Contents" text comes from KIO, in KIO::pasteActionText(). It needs to be changed there. And this does look like this may be a bug, since the KStandardShortcut text is just "Paste". So there was an intention at some point for "Paste" to be the standard text. -- You are receiving this mail because: You are watching all bug changes.