diff --git a/modules/system/system.admin.inc b/modules/system/system.admin.inc index 928412531f172ec49f50fc70a3f9d959af8b3277..edfb2a9265a4afe1bdbc847f04d6d44e49d1ae51 100644 --- a/modules/system/system.admin.inc +++ b/modules/system/system.admin.inc @@ -2167,8 +2167,8 @@ function theme_system_themes_form($form) { // Fetch info $info = $form[$key]['info']['#value']; - - $description = $info['description']; + // Localize theme description. + $description = t($info['description']); // Make sure it is compatible and render the checkbox if so. if (isset($form['status']['#incompatible_themes_core'][$key])) { unset($form['status'][$key]);