Opened 10 years ago
Closed 10 years ago
#36366 closed defect (bug) (fixed)
Tooltip for new inline link toolbar doesn't get translated
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Milestone: | 4.5 | Priority: | normal |
| Severity: | normal | Version: | 4.6 |
| Component: | Editor | Keywords: | has-patch commit |
| Focuses: | ui, javascript, administration | Cc: |
Description
It seems to me, that the tooltip 'Apply' in editor.addButton( 'wp_link_apply', { tooltip: 'Apply', … } ); doesn't get translated when using WordPress (e.g.) in German.
Other Tooltips have a placeholder for the translation in file wp-includes/class-wp-editor.php (e.g. 'Link options' => __( 'Link options' ), in line 1047) but there doesn't seem to be any for the "Apply"-Tooltip?
Attachments (1)
Change History (5)
Note: See
TracTickets for help on using
tickets.
Patch is good.