Closed (fixed)
Project:
Marinelli
Version:
6.x-1.8
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
1 Sep 2008 at 08:59 UTC
Updated:
17 Sep 2008 at 21:05 UTC
The "Tags" string before showing taxonomy terms applied to the node is not translatable. I fixed it by editing node.tpl.php, changing line 35 from:
<?php if ($terms) { ?><div class="taxonomy"><span>Tags</span> <?php print $terms?></div><?php } ?>
to
<?php if ($terms) { ?><div class="taxonomy"><span><?php print t('Tags') ?></span> <?php print $terms?></div><?php } ?>
Patch is also attached (I hope it works, use above as reference if not).
| Comment | File | Size | Author |
|---|---|---|---|
| nodetplphp.patch | 439 bytes | makro |
Comments
Comment #1
Lioz commentedthanks!
already fixed for the next release!
Comment #2
Lioz commentedComment #3
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.