[drupal-devel] [bug] comment.module missing l10n
Morbus Iff
drupal-devel at drupal.org
Wed Mar 16 05:15:32 UTC 2005
Issue status update for http://drupal.org/node/14109
Project: Drupal
-Version: 4.5.1
+Version: cvs
Component: comment.module
Category: bug reports
Priority: normal
-Assigned to: Anonymous
+Assigned to: Morbus Iff
Reported by: wulff
Updated by: Morbus Iff
-Status: active
+Status: patch
Attachment: http://drupal.org/files/issues/03_commenti18n.patch (546 bytes)
Patched.
Morbus Iff
Previous comments:
------------------------------------------------------------------------
December 8, 2004 - 14:22 : wulff
In the function comment_role_settings() in comment.module, I think the
line
$output .= '<h3>Initial comment scores</h3>';
must be changed to something like
$output .= '<h3>' . t('Initial comment scores') . '</h3>';
More information about the drupal-devel
mailing list