diff --git a/src/wp-includes/class-wp-editor.php b/src/wp-includes/class-wp-editor.php
index 1b92ac5..6fe92c1 100644
a
|
b
|
final class _WP_Editors { |
1275 | 1275 | 'Distraction-free writing mode' => array( __( 'Distraction-free writing mode' ), 'accessW' ), |
1276 | 1276 | 'No alignment' => __( 'No alignment' ), // Tooltip for the 'alignnone' button in the image toolbar |
1277 | 1277 | 'Remove' => __( 'Remove' ), // Tooltip for the 'remove' button in the image toolbar |
1278 | | 'Edit ' => __( 'Edit' ), // Tooltip for the 'edit' button in the image toolbar |
| 1278 | 'Edit ' => __( 'Edit' ), // Trailing space is needed, used for context, see wpeditimage/plugin.js |
1279 | 1279 | 'Paste URL or type to search' => __( 'Paste URL or type to search' ), // Placeholder for the inline link dialog |
1280 | 1280 | 'Apply' => __( 'Apply' ), // Tooltip for the 'apply' button in the inline link dialog |
1281 | 1281 | 'Link options' => __( 'Link options' ), // Tooltip for the 'link options' button in the inline link dialog |