Index: template.php
===================================================================
RCS file: /cvs/drupal-contrib/contributions/themes/SEOposition/template.php,v
retrieving revision 1.1.4.3
diff -u -p -r1.1.4.3 template.php
--- template.php	8 Nov 2007 17:23:13 -0000	1.1.4.3
+++ template.php	8 Jan 2008 09:52:20 -0000
@@ -70,7 +70,7 @@ function phptemplate_links($links, $attr
 				if ($key == "comment_comments" or $key == "comment_add") {
 					$outputbuffer .= "(".l($link['title'], $link['href'], $link['attributes'], $link['query'], $link['fragment'], FALSE, $html).")";
 				} elseif ($key=="node_read_more") {
-					$outputbuffer .= l("Read the full story...", $link['href'], $link['attributes'], $link['query'], $link['fragment'], FALSE, $html);
+					$outputbuffer .= l(t("Read the full story..."), $link['href'], $link['attributes'], $link['query'], $link['fragment'], FALSE, $html);
 				} else {
 					$outputbuffer .= l($link['title'], $link['href'], $link['attributes'], $link['query'], $link['fragment'], FALSE, $html);
 				}
