Actions
Bug #87669
closedwrong label in paste dialog
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Backend User Interface
Target version:
-
Start date:
2019-02-07
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
9
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
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
Updated by Markus Klösges almost 6 years ago
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?
Updated by Susanne Moog over 5 years ago
- 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?
Actions