#216238 by theborg: theme descriptions were not translated properly (minor)
parent
39d28bd43e
commit
bddba847f5
|
@ -2167,8 +2167,8 @@ function theme_system_themes_form($form) {
|
||||||
|
|
||||||
// Fetch info
|
// Fetch info
|
||||||
$info = $form[$key]['info']['#value'];
|
$info = $form[$key]['info']['#value'];
|
||||||
|
// Localize theme description.
|
||||||
$description = $info['description'];
|
$description = t($info['description']);
|
||||||
// Make sure it is compatible and render the checkbox if so.
|
// Make sure it is compatible and render the checkbox if so.
|
||||||
if (isset($form['status']['#incompatible_themes_core'][$key])) {
|
if (isset($form['status']['#incompatible_themes_core'][$key])) {
|
||||||
unset($form['status'][$key]);
|
unset($form['status'][$key]);
|
||||||
|
|
Loading…
Reference in New Issue