← All changes
|
assets/js/packages/editor-canvas/editor-canvas.strings.js
+6
-6
4.2.0-dev2
→
4.3.1
View file →
| @@ -1,12 +1,12 @@ | ||
| 1 | +__( 'Form elements must be placed inside a form.', 'elementor' ); | |
| 2 | +__( "Forms can't be nested. Create separate forms instead.", 'elementor' ); | |
| 3 | +// translators: %s is the name of the property that was edited. | |
| 4 | +__( '%s edited', 'elementor' ); | |
| 1 | 5 | __( |
| 2 | 6 | "To paste a link to this element, first remove the link from it's parent container.", |
| 3 | 7 | 'elementor' |
| 4 | 8 | ); |
| 5 | 9 | __( "To drag a link to this element, first remove the link from it's parent container.", 'elementor' ); |
| 6 | -__( 'Elements', 'elementor' ); | |
| 7 | -__( "Forms can't be nested. Create separate forms instead.", 'elementor' ); | |
| 8 | -__( 'Form elements must be placed inside a form.', 'elementor' ); | |
| 10 | +__( 'Style Pasted', 'elementor' ); | |
| 9 | 11 | __( 'Style Reset', 'elementor' ); |
| 10 | -__( 'Style Pasted', 'elementor' ); | |
| 11 | -// translators: %s is the name of the property that was edited. | |
| 12 | -__( '%s edited', 'elementor' ); | |
| 12 | +__( 'Elements', 'elementor' ); | |