Index: modules/system/system.admin.inc
===================================================================
RCS file: /cvs/drupal/drupal/modules/system/system.admin.inc,v
retrieving revision 1.61
diff -u -p -r1.61 system.admin.inc
--- modules/system/system.admin.inc	29 Jan 2008 10:56:13 -0000	1.61
+++ modules/system/system.admin.inc	4 Feb 2008 12:05:42 -0000
@@ -2171,8 +2171,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]);
