mirror of
https://github.com/leozide/leocad
synced 2025-01-17 18:11:42 +01:00
Moved Duplicate to the Piece Menu.
This commit is contained in:
parent
8125ee8f74
commit
0677dcfd02
1 changed files with 1 additions and 1 deletions
|
@ -958,7 +958,7 @@ lcCommand gCommands[LC_NUM_COMMANDS] =
|
|||
},
|
||||
// LC_PIECE_DUPLICATE
|
||||
{
|
||||
QT_TRANSLATE_NOOP("Action", "Edit.Duplicate"),
|
||||
QT_TRANSLATE_NOOP("Action", "Piece.Duplicate"),
|
||||
QT_TRANSLATE_NOOP("Menu", "&Duplicate"),
|
||||
QT_TRANSLATE_NOOP("Status", "Create a copy of the selected pieces"),
|
||||
QT_TRANSLATE_NOOP("Shortcut", "Ctrl+D")
|
||||
|
|
Loading…
Reference in a new issue