Login     Sign up
Deporteando (@albertof)
114 months ago
395 Views

how to change the language? from:

Feature story

this where videos are uploaded and blog

what is the code?
Where is the file ? .

1 people followed this question
0

file includes/libs/common.inc.php - function stream_form
old
[code]<div id="jcow_feature_story_box" style="display:none">
<label for="jcow_feature_story"><input id="jcow_feature_story" type="checkbox" name="jcow_feature_story" value="1" checked/>Feature story</label>
</div>[/code]
new
[code]<div id="jcow_feature_story_box" style="display:none">
<label for="jcow_feature_story"><input id="jcow_feature_story" type="checkbox" name="jcow_feature_story" value="1" checked/>'.t('feature story').'</label>
</div>[/code]

Jcow Master @falcone
114 months ago