mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
changed label to "Paste to same place"
This commit is contained in:
parent
82ac355a38
commit
c86ef80326
1 changed files with 1 additions and 1 deletions
|
|
@ -233,7 +233,7 @@ class BaseWidget(QtWidgets.QWidget):
|
|||
_set_entity_value(matching_entity, value)
|
||||
|
||||
if matching_entity is not None:
|
||||
action = QtWidgets.QAction("Paste to same entity", menu)
|
||||
action = QtWidgets.QAction("Paste to same place", menu)
|
||||
output.append((action, paste_value_to_path))
|
||||
|
||||
return output
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue