Bug 463833 - Paste action text should just be "Paste"
Summary: Paste action text should just be "Paste"
Status: CONFIRMED
Alias: None
Product: frameworks-kio
Classification: Frameworks and Libraries
Component: general (show other bugs)
Version: 5.101.0
Platform: Other Linux
: NOR normal
Target Milestone: ---
Assignee: KIO Bugs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-01-04 14:10 UTC by Andres Betts
Modified: 2023-01-04 15:07 UTC (History)
4 users (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Andres Betts 2023-01-04 14:10:37 UTC
This is a place where we "must" behave like most systems. Dolphin does "not" have a selectable "Paste" action. Instead, it has "Paste from Clipboard". While this action is descriptive, users can be confused by the addition of Clipboard. In KDE the clipboard can have multiple items copied to it so it can become confusing for users to understand what will be pasted. "Paste" is more universally understood. Please implement it.
Comment 1 Nate Graham 2023-01-04 15:07:37 UTC
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.