#6134 closed defect (bug) (fixed)
Ambiguous string clashes when localizing in wp-admin/theme-editor.php
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | 2.5 | Priority: | normal |
Severity: | normal | Version: | |
Component: | I18N | Keywords: | has-patch tested |
Focuses: | Cc: | ||
PR Number: |
Description
The string "Styles" is used in theme-editor.php when refering to theme stylesheets, and in TinyMCE when refering to display styles. When localizing to Hebrew, and probably to many other locales, these two meanings clash.
I added a patch that adds a comment to the string theme-editor.php to prevent conflicts. I tested it with the latest 2.5 (r7185) with a Hebrew locale
Attachments (1)
Change History (3)
Note: See
TracTickets for help on using
tickets.
patch to fix ambigious string in theme-editor.php ("Styles")