There's an issue with the Title translation for Checkout pane settings page.
an extra check_plain in "commerce_checkout_pane_settings_title" because of using "@pane" placeholder.
"!pane" should be used.
Issue reported on Commerce Kickstart : #1773812: Localized label is not correctly displayed (&#039 instead of ')

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

vasike’s picture

Status: Active » Needs review
FileSize
600 bytes

here is the patch

bojanz’s picture

Status: Needs review » Reviewed & tested by the community
Issue tags: +kickstart blocker

Yep, strings returned by the "title callback" are check_plained by the menu system. That's why no core "title callback" function check_plains its data.

I've checked our other title callbacks, all seem fine.

rszrama’s picture

Status: Reviewed & tested by the community » Fixed

Confirmed and committed.

Automatically closed -- issue fixed for 2 weeks with no activity.