#44919 closed defect (bug) (fixed)
Tooltip for the 'edit' button in the Classic Editor has unnecessary sufix
| Reported by: | adminrv | Owned by: | desrosj |
|---|---|---|---|
| Priority: | normal | Milestone: | 5.0.3 |
| Component: | Editor | Version: | 4.9.8 |
| Severity: | minor | Keywords: | has-patch has-screenshots |
| Cc: | Focuses: |
Description
Ich bin dabei in „WordPress Core“ Übersetzungen (Englisch – deutsch) durchzuführen. Ich kann den „source text“ für das Beispiel im Anhang nicht finden.
Vermutlich hat WordPress hier einen Softwarefehler (Edit|button).
Bitte um Unterstützung.
Attachments (2)
Change History (12)
#2
@
8 years ago
- Milestone Awaiting Review
- Resolution → invalid
- Status new → closed
- Summary SOFTWARE FEHLER BEI WORDPRESS? → Edit link tooltip not translatable
#4
@
8 years ago
- Component I18N → Editor
- Keywords has-patch has-screenshots added
- Resolution invalid
- Status closed → reopened
- Summary Edit link tooltip not translatable → Tooltip for the 'edit' button in the Classic Editor has unnecessary sufix
Link @swissspidy posted is for code in trunk and this is happening in 4.9 and 5.0 branches after 4.9.8.
For #42543, @SergeyBiryukov committed [42523] for trunk. However, when @azaozz committed [43472] in 4.9 branch, he only merged changes to TinyMCE plugins, not to _WP_Editors::get_translation(), string there is still from [30839].
This is reproducible in both 4.9.8 and 5.0-RC2, with or without translation. Attachment attachment:44919.diff should go in both 4.9 and 5.0 branches.
#5
@
8 years ago
- Milestone → 5.0.1
- Severity normal → minor
@dimadin Thanks for investigating & reopening this! I can now confirm the issue.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)

Hi @adminrv and welcome to Trac!
The tooltip text you're looking for (
Edit) is defined here: https://github.com/WordPress/wordpress-develop/blob/fd5ba80c5c3d9cf62348567073945e246285fbca/src/wp-includes/class-wp-editor.php#L1273The screenshot you shared doesn't show a UI that's part of WordPress, so I'd suggest checking whatever plugin or theme you're using to see if they're somehow using the editor / the wpLink component in a wrong way.
Make sure that this still happens with the default editor and no plugins installed in the latest version of WordPress.
It works perfectly in WordPress trunk. Here are some screenshots:
Ps. fürs nächste Mal: wir sprechen hier in der Regel Englisch :-)