Index: trunk/htdocs/cacher/sub/entrylist.tpl.php
===================================================================
--- trunk/htdocs/cacher/sub/entrylist.tpl.php	(revision 1086)
+++ trunk/htdocs/cacher/sub/entrylist.tpl.php	(revision 1101)
@@ -2,5 +2,5 @@
 <form action="" method="post">
 	<table cellspacing="0" cellpadding="4" class="cycles entries">
-		<caption><?php echo _T("$typeName $listName"); ?></caption>
+		<caption><?php echo $caption; ?></caption>
 <?php
 
@@ -12,10 +12,10 @@
 if ($isphp) {
 	echo
-		th("entry.id")
+		th(N_("entry.id"))
 		;
 }
 else {
 	echo
-		th("entry.remove")
+		th(N_("entry.remove"))
 		;
 }
