Commit 99252 by goba

#216238 by theborg: theme descriptions were not translated properly (minor)

--- modules/system/system.admin.inc     2008/02/04 12:07:23     1.62
+++ modules/system/system.admin.inc     2008/02/04 12:35:48     1.63
@@ -2167,8 +2167,8 @@
 
     // 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]);
No votes yet