Opened 11 years ago
Closed 10 years ago
#33747 closed defect (bug) (fixed)
Reorder and Done need different context?
| Reported by: | pavelevap | Owned by: | ocean90 |
|---|---|---|---|
| Priority: | normal | Milestone: | 4.8 |
| Component: | Customize | Version: | 4.3 |
| Severity: | normal | Keywords: | has-patch has-ux-feedback |
| Cc: | Focuses: |
Description
There are same buttons Reorder and Done for Menus and Widgets, but with different context. But these buttons are for same action (reordering items) and we do not need different context here?
Attachments (2)
Change History (12)
#3
@
11 years ago
- Resolution invalid
- Status closed → reopened
Yes, that was the point of this ticket :-) I also translated it differently before I found that we have same string, only with different context. For example "Reorder" is common verb and can be translated differently by different translators, when they do not notice other string. But for consistency in Customizer UI, it should be only one string (button) and it would be helpfull also for translators...
Or we should add different context also for many other general strings, for example "Bulk Edit", "Quick Edit" or "Publish" and "Update" buttons, which should have different context for Posts, Pages, Users, etc.
#4
@
11 years ago
- Component I18N → Customize
- Milestone → Awaiting Review
- Version trunk → 4.3
How about a patch?
#6
@
10 years ago
- Keywords has-patch added; needs-patch removed
synchronized to
<span class="reorder"><?php _ex( 'Reorder', 'Reorder items in Customizer' ); ?></span> <span class="reorder-done"><?php _ex( 'Done', 'Cancel reordering items in Customizer' ); ?></span>
Didn't touch the screen-reader-text part
#7
@
10 years ago
- Keywords has-ux-feedback added
Just to confirm those trying to replicate this, it only shows in some languages as an issue. For example, I can't see this as an issue in English.
With regards to the patch, wouldn't 'done reordering' make more sense? Or is that a translation issue?
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
There are locales which have translated the strings differently, so yes.