diff --git src/wp-includes/class-wp-editor.php src/wp-includes/class-wp-editor.php
index a9cbe3f88b..083a01fc81 100644
|
|
final class _WP_Editors { |
1259 | 1259 | 'Distraction-free writing mode' => array( __( 'Distraction-free writing mode' ), 'accessW' ), |
1260 | 1260 | 'No alignment' => __( 'No alignment' ), // Tooltip for the 'alignnone' button in the image toolbar |
1261 | 1261 | 'Remove' => __( 'Remove' ), // Tooltip for the 'remove' button in the image toolbar |
1262 | | 'Edit ' => __( 'Edit' ), // Tooltip for the 'edit' button in the image toolbar |
| 1262 | 'Edit|button' => __( 'Edit' ), // Tooltip for the 'edit' button in the image toolbar |
1263 | 1263 | 'Paste URL or type to search' => __( 'Paste URL or type to search' ), // Placeholder for the inline link dialog |
1264 | 1264 | 'Apply' => __( 'Apply' ), // Tooltip for the 'apply' button in the inline link dialog |
1265 | 1265 | 'Link options' => __( 'Link options' ), // Tooltip for the 'link options' button in the inline link dialog |