Project

General

Profile

Actions

Bug #87669

closed

wrong label in paste dialog

Added by Anja Leichsenring about 5 years ago. Updated about 4 years ago.

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

Selection_012.png (9.27 KB) Selection_012.png button says 'copy' Anja Leichsenring, 2019-02-07 09:51
Actions #1

Updated by Anja Leichsenring about 5 years ago

  • Description updated (diff)
Actions #2

Updated by Markus Klösges about 5 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?

Actions #3

Updated by Susanne Moog about 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 #4

Updated by Benni Mack about 4 years ago

  • Status changed from Needs Feedback to Closed

Will close now.

Actions

Also available in: Atom PDF