--- /cvs/drupal/contributions/themes/acquia_slate/template.php	2009/04/19 05:47:55	1.1.2.2
+++ /cvs/drupal/contributions/themes/acquia_slate/template.php	2009/05/11 06:47:19	1.1.2.4
@@ -1,5 +1,5 @@
 <?php
-// $Id$
+// $Id: template.php,v 1.1.2.3 2009/05/11 06:28:23 jwolf Exp $
 
 /**
  * Initialize theme settings
@@ -370,10 +370,10 @@
       'title' => _themesettings_link(
       theme_get_setting('readmore_prefix_'. $node_content_type),
       theme_get_setting('readmore_suffix_'. $node_content_type),
-      theme_get_setting('readmore_'. $node_content_type),
+      t(theme_get_setting('readmore_'. $node_content_type)),
       'node/'. $vars['node']->nid,
       array(
-        'attributes' => array('title' => theme_get_setting('readmore_title_'. $node_content_type)), 
+        'attributes' => array('title' => t(theme_get_setting('readmore_title_'. $node_content_type))), 
         'query' => NULL, 'fragment' => NULL, 'absolute' => FALSE, 'html' => TRUE
         )
       ),
@@ -388,10 +388,10 @@
         'title' => _themesettings_link(
         theme_get_setting('comment_add_prefix_'. $node_content_type),
         theme_get_setting('comment_add_suffix_'. $node_content_type),
-        theme_get_setting('comment_add_'. $node_content_type),
+        t(theme_get_setting('comment_add_'. $node_content_type)),
         "comment/reply/".$vars['node']->nid,
         array(
-          'attributes' => array('title' => theme_get_setting('comment_add_title_'. $node_content_type)), 
+          'attributes' => array('title' => t(theme_get_setting('comment_add_title_'. $node_content_type))), 
           'query' => NULL, 'fragment' => 'comment-form', 'absolute' => FALSE, 'html' => TRUE
           )
         ),
@@ -424,12 +424,12 @@
         theme_get_setting('comment_new_suffix_'. $node_content_type),
         format_plural(
           comment_num_new($vars['node']->nid),
-          theme_get_setting('comment_new_singular_'. $node_content_type),
-          theme_get_setting('comment_new_plural_'. $node_content_type)
+          t(theme_get_setting('comment_new_singular_'. $node_content_type)),
+          t(theme_get_setting('comment_new_plural_'. $node_content_type))
         ),
         "node/".$vars['node']->nid,
         array(
-          'attributes' => array('title' => theme_get_setting('comment_new_title_'. $node_content_type)), 
+          'attributes' => array('title' => t(theme_get_setting('comment_new_title_'. $node_content_type))), 
           'query' => NULL, 'fragment' => 'new', 'absolute' => FALSE, 'html' => TRUE
         )
       ),
@@ -445,12 +445,12 @@
         theme_get_setting('comment_suffix_'. $node_content_type),
         format_plural(
           comment_num_all($vars['node']->nid),
-          theme_get_setting('comment_singular_'. $node_content_type),
-          theme_get_setting('comment_plural_'. $node_content_type)
+          t(theme_get_setting('comment_singular_'. $node_content_type)),
+          t(theme_get_setting('comment_plural_'. $node_content_type))
         ),
         "node/".$vars['node']->nid,
         array(
-          'attributes' => array('title' => theme_get_setting('comment_title_'. $node_content_type)), 
+          'attributes' => array('title' => t(theme_get_setting('comment_title_'. $node_content_type))), 
           'query' => NULL, 'fragment' => 'comments', 'absolute' => FALSE, 'html' => TRUE
         )
       ),

