Index: trunk/admin/xcache.tpl.php
===================================================================
--- trunk/admin/xcache.tpl.php	(revision 931)
+++ trunk/admin/xcache.tpl.php	(revision 936)
@@ -40,5 +40,5 @@
 		<th><?php echo _T('Hits 24H'); ?></th>
 		<th><?php echo _T('Hits/S'); ?></th>
-		<th><?php echo _T('Misses'); ?></th>
+		<th><?php echo _T('Updates'); ?></th>
 		<th><?php echo _T('Clogs'); ?></th>
 		<th><?php echo _T('OOMs'); ?></th>
@@ -50,5 +50,5 @@
 	</tr>
 	<?php
-	$numkeys = explode(',', 'slots,size,avail,hits,misses,clogs,ooms,errors,cached,deleted');
+	$numkeys = explode(',', 'slots,size,avail,hits,updates,clogs,ooms,errors,cached,deleted');
 	$l_clear = _T('Clear');
 	$l_clear_confirm = _T('Sure to clear?');
@@ -117,5 +117,5 @@
 		<td><div class="hitsgraph" style="width: {$hits_graph_h_w}px">{$hits_graph_h}</div></td>
 		<td>{$hits_avg_s}</td>
-		<td>{$ci['misses']}</td>
+		<td>{$ci['updates']}</td>
 		<td>{$ci['clogs']}</td>
 		<td>{$ci['ooms']}</td>
