--- microcart.tpl.php	2010-04-26 07:46:47.000000000 +0900
+++ microcart.tpl.php	2010-10-28 08:11:39.604457001 +0900
@@ -4,5 +4,5 @@
   $label = ($cart_metadata['count'] == 1)? 'item':'items';
 	$img = theme_image(drupal_get_path('module', 'uc_microcart') . '/images/cart1.gif');
 	$txt  = sprintf('%d %s $%01.2f', $cart_metadata['count'], $label, $cart_metadata['total']);
-	echo l($img . $txt, 'cart', array('attributes'=>array('title'=>'View your cart.'), 'html' => true));
+	echo l($img . $txt, 'cart', array('attributes'=>array('title'=>t('View your cart.')), 'html' => true));
 ?>
