Is it possible to use t(variable_get('faq_title', 'Frequently Asked Questions')) and t(variable_get('faq_back_to_top', 'Back to Top')) ?

Without the t() the FAQ-title and the Back to Top link are only displayed in english.

Comments

stella’s picture

Category: bug » support
Status: Active » Fixed

These are configurable strings and so should not be wrapped in t() in the code. Instead please see the documentation at http://drupal.org/node/252253 on how to translate these strings.

Cheers,
Stella

Anonymous’s picture

Status: Fixed » Closed (fixed)

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