Make WordPress Core

Ticket #30694: missing_localization_for_image_toolbar.patch

File missing_localization_for_image_toolbar.patch, 694 bytes (added by pavelevap, 10 years ago)
  • src/wp-includes/class-wp-editor.php

     
    997997                        'Read more...' => __( 'Read more...' ), // Title on the placeholder inside the editor
    998998                        'Distraction Free Writing' => __( 'Distraction Free Writing' ),
    999999                        'No alignment' => __( 'No alignment' ), // Tooltip for the 'alignnone' button in the image toolbar
     1000                        'Edit' => __( 'Edit' ), // Tooltip for the 'edit' button in the image toolbar
     1001                        'Remove' => __( 'Remove' ), // Tooltip for the 'remove' button in the image toolbar
    10001002                );
    10011003
    10021004                /**