? translation_source.patch
Index: translation.pages.inc
===================================================================
RCS file: /cvs/drupal/drupal/modules/translation/translation.pages.inc,v
retrieving revision 1.3
diff -u -p -r1.3 translation.pages.inc
--- translation.pages.inc	14 Apr 2008 17:48:42 -0000	1.3
+++ translation.pages.inc	20 May 2008 19:35:37 -0000
@@ -40,7 +40,7 @@ function translation_node_overview($node
       $status = $translation_node->status ? t('Published') : t('Not published');
       $status .= $translation_node->translate ? ' - <span class="marker">' . t('outdated') . '</span>' : '';
       if ($translation_node->nid == $tnid) {
-        $language_name = '<strong>' . $language_name . '</strong> (source)';
+        $language_name = '<strong>' . $language_name . '</strong> ('.t('source').')';
       }
     }
     else {
