Login     Sign up
Some changes (translation)
chlgrupo (@chlgrupo)
Join date: Jul 9th 2010
Community posts: 6
View Profile
Send Message

Good morning,

I have some changes for the includes/common.inc.php file (version 3.0.2):

  • Line 1730

Is:
<textarea name="message" rows="2" id="pc_message" class="fpost" style="width:95%" >Write Comment..</textarea>
Could be:
<textarea name="message" rows="2" id="pc_message" class="fpost" style="width:95%" >'.t('Write Comment...').'</textarea>

  • Line 1465

Is:
$default_msg = 'What\'s on your mind...';
Could be:
$default_msg = t('What\'s on your mind...');

I hope you can fix that error. I lose my changes for each new version.

Thanks.

176 months ago
Vincent T (@vincent)
Join date: Jun 18th 2010
Community posts: 298
View Profile
Send Message

The bug will be fixed in next version. Thanks for the reporting.

176 months ago