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

Rename menu item "Copy to Clipboard" to "A&ctivate Items" (again)

parent 1d7622c5
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("Copy to &Clipboard",
QObject::tr("A&ctivate Items",
"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