Bug #87669
closed
wrong label in paste dialog
Added by Anja Leichsenring almost 6 years ago.
Updated over 4 years ago.
Category:
Backend User Interface
Description
when pasting a record in page module, the label in the confirmation dialog for the execute button says 'copy'. Should be 'paste'.
Also the text asks for copy, not for paste.
How to reproduce:
- be in page module
- copy any CE
- click on any paste icon in a column
- see the dialog as in screenshot
Files
- Description updated (diff)
Looking at the different translation strings, the word "copy" here is probably ment to clarify that the following operation does not move the content in the clipboard there, but creates a copy.
<trans-unit id="paste.modal.pastecopy">
<source>Do you want to copy the record to this position?</source>
</trans-unit>
<trans-unit id="paste.modal.paste">
<source>Do you want to move the record to this position?</source>
</trans-unit>
<trans-unit id="paste.modal.button.pastecopy">
<source>Copy</source>
</trans-unit>
<trans-unit id="paste.modal.button.paste">
<source>Move</source>
</trans-unit>
Note that the text says "copy/move to this position"
But the button texts maybe could be updates to "Paste Copy" and "Move here" respectively?
- Category set to Backend User Interface
- Status changed from New to Needs Feedback
In combination with the main text the button text is ok imho - what do you think?
- Status changed from Needs Feedback to Closed
Also available in: Atom
PDF