Skip to content
Snippets Groups Projects
Commit 1d7622c5 authored by hluk's avatar hluk
Browse files

Rename menu item "Move to Clipboard" to "Copy to Clipboard"

parent 623ae7eb
No related branches found
No related tags found
No related merge requests found
......@@ -98,7 +98,7 @@ MenuItems menuItems()
"find_items", QKeySequence::FindNext, "edit-find", IconSearch );
addMenuItem( items, Actions::Item_MoveToClipboard,
QObject::tr("Move to &Clipboard",
QObject::tr("Copy to &Clipboard",
"copies selected items to clipboard and moves them to top (depending on settings)"),
"move_to_clipboard", QKeySequence(), "clipboard", IconPaste );
addMenuItem( items, Actions::Item_ShowContent, QObject::tr("&Show Content..."),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment