Closed (fixed)
Project:
Drupal core
Component:
comment.module
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
8 Dec 2004 at 19:22 UTC
Updated:
30 Mar 2005 at 20:15 UTC
Jump to comment: Most recent file
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>';
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | 03_commenti18n.patch | 546 bytes | morbus iff |
Comments
Comment #1
morbus iffPatched.
Comment #2
dries commentedCommitted to DRUPAL-4-5/HEAD. Thanks.
Comment #3
(not verified) commented