Index: themesettings.module
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/themesettings/themesettings.module,v
retrieving revision 1.10.2.2
diff -u -p -r1.10.2.2 themesettings.module
--- themesettings.module	10 Jul 2007 05:47:53 -0000	1.10.2.2
+++ themesettings.module	10 Jul 2007 06:02:21 -0000
@@ -612,30 +612,30 @@ function _themesettings_get_settings($va
     // Set the default content-type settings
     $defaults = array(
       'ts_readmore_enable_content_type'     => 0,
-      'ts_default_readmore'                 => t('Read more'),
-      'ts_default_readmore_title'           => t('Read the rest of this posting.'),
+      'ts_default_readmore'                 => 'Read more',
+      'ts_default_readmore_title'           => 'Read the rest of this posting.',
       'ts_default_readmore_prefix'          => '',
       'ts_default_readmore_suffix'          => '',
       'ts_default_readmore_placement'       => 'links',
       'ts_comment_enable_content_type'      => 0,
-      'ts_default_comment_singular'         => t('1 comment'),
-      'ts_default_comment_plural'           => t('@count comments'),
-      'ts_default_comment_title'            => t('Jump to the first comment of this posting.'),
+      'ts_default_comment_singular'         => '1 comment',
+      'ts_default_comment_plural'           => '@count comments',
+      'ts_default_comment_title'            => 'Jump to the first comment of this posting.',
       'ts_default_comment_prefix'           => '',
       'ts_default_comment_suffix'           => '',
-      'ts_default_comment_new_singular'     => t('1 new comment'),
-      'ts_default_comment_new_plural'       => t('@count new comments'),
-      'ts_default_comment_new_title'        => t('Jump to the first new comment of this posting.'),
+      'ts_default_comment_new_singular'     => '1 new comment',
+      'ts_default_comment_new_plural'       => '@count new comments',
+      'ts_default_comment_new_title'        => 'Jump to the first new comment of this posting.',
       'ts_default_comment_new_prefix'       => '',
       'ts_default_comment_new_suffix'       => '',
-      'ts_default_comment_add'              => t('Add new comment'),
-      'ts_default_comment_add_title'        => t('Add a new comment to this page.'),
+      'ts_default_comment_add'              => 'Add new comment',
+      'ts_default_comment_add_title'        => 'Add a new comment to this page.',
       'ts_default_comment_add_prefix'       => '',
       'ts_default_comment_add_suffix'       => '',
       'ts_default_comment_add_disable'      => 0,
       'ts_default_comment_teaser_placement' => 'links',
-      'ts_default_comment_node'             => t('Add new comment'),
-      'ts_default_comment_node_title'       => t('Share your thoughts and opinions related to this posting.'),
+      'ts_default_comment_node'             => 'Add new comment',
+      'ts_default_comment_node_title'       => 'Share your thoughts and opinions related to this posting.',
       'ts_default_comment_node_prefix'      => '',
       'ts_default_comment_node_suffix'      => '',
     );
