The titles in the "Quick Infos" block are set to st.

The installer has a bug in ofed_switcher.install: it uses get_t() for link_title, which returns the name of the translation function (but does not perform the desired translation)

You should use st() instead of get_t(), or use it indirectly $transl = get_t(); $transl(...)

CommentFileSizeAuthor
#1 2088715-link_title-1.patch762 bytesbart.hanssens
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

bart.hanssens’s picture

Status: Active » Needs review
FileSize
762 bytes

Small patch in attachment

bart.hanssens’s picture

Assigned: Echofive » stefan.r

Has this been fixed ?

stefan.r’s picture

Assigned: stefan.r » bart.hanssens
Status: Needs review » Fixed

This looks good and was included in Babou's 6605d5b7 commit.

bart.hanssens’s picture

Status: Fixed » Closed (fixed)