Make WordPress Core

Ticket #36366: 36366.patch

File 36366.patch, 871 bytes (added by SergeyBiryukov, 10 years ago)
  • src/wp-includes/class-wp-editor.php

     
    10441044                        'Remove' => __( 'Remove' ), // Tooltip for the 'remove' button in the image toolbar
    10451045                        'Edit ' => __( 'Edit' ), // Tooltip for the 'edit' button in the image toolbar
    10461046                        'Paste URL or type to search' => __( 'Paste URL or type to search' ), // Placeholder for the inline link dialog
    1047                         'Link options'  => __( 'Link options' ),
     1047                        'Apply'  => __( 'Apply' ), // Tooltip for the 'apply' button in the inline link dialog
     1048                        'Link options'  => __( 'Link options' ), // Tooltip for the 'link options' button in the inline link dialog
    10481049
    10491050                        // Shortcuts help modal
    10501051                        'Keyboard Shortcuts' => __( 'Keyboard Shortcuts' ),