Make WordPress Core

Opened 12 years ago

Closed 12 years ago

#27788 closed defect (bug) (fixed)

Reorder button in Customizer - localization problems

Reported by: pavelevap Owned by: nacin
Priority: low Milestone: 3.9
Component: I18N Version: 3.9
Severity: trivial Keywords: has-patch commit
Cc: Focuses:

Description

"Reorder" for widgets in Customizer. It seems there should be enough space, but translated string is bellow... See attached screenshot. Using Chrome.

BTW: Why there are no borders? All other Customizer buttons have nice borders...

Attachments (3)

Headers_localization_3.jpg (10.8 KB ) - added by pavelevap 12 years ago.
27788.patch (391 bytes ) - added by ocean90 12 years ago.
27788.diff (625 bytes ) - added by nacin 12 years ago.

Download all attachments as: .zip

Change History (8)

This ticket was mentioned in IRC in #wordpress-dev by nacin. View the logs.


12 years ago

@ocean90
12 years ago

#2 @ocean90
12 years ago

  • Keywords has-patch commit added
  • Milestone Awaiting Review3.9
  • Priority normallow
  • Severity normaltrivial

Noticed that as well with German translation. I think tt's save to remove the 10px margin-right. We have 10px more before it wraps, and when it wraps, you don't have the 10px gap.

#3 @nacin
12 years ago

One issue is that if these are only separated by padding, then there is no unclickable space between them. I also think that 10px is probably a bit close for these two, since one is not a button.

Rather than providing for 10px more space for translators, let's just make sure it wraps well. That means moving 10px off "Reorder" and onto the "Add a Widget" button.

@nacin
12 years ago

#4 @ocean90
12 years ago

27788.diff looks good too.

#5 @nacin
12 years ago

  • Owner set to nacin
  • Resolutionfixed
  • Status newclosed

In 28148:

Widgets: Better padding for translations of "Reorder".

fixes #27788.

Note: See TracTickets for help on using tickets.