Make WordPress Core


Ignore:
Timestamp:
03/29/2016 09:10:39 PM (9 years ago)
Author:
ocean90
Message:

Editor: Make the tooltip for the 'apply' button in the inline link dialog translatable.

Props SergeyBiryukov.
Fixes #36366.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/class-wp-editor.php

    r37001 r37091  
    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
Note: See TracChangeset for help on using the changeset viewer.