Changeset 1182
- Timestamp:
- 07/02/07 13:23:39 (1 year ago)
- Files:
-
- devel/mod/generic_comments/lib.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
devel/mod/generic_comments/lib.php
r1175 r1182 58 58 if (($object_type == "file::file") || ($object_type == "mediastream::media")) 59 59 { 60 $txt = __gettext('Click to add or view comments on this file.');60 $txt = __gettext('Click to add or view comments.'); 61 61 $int = implode('',action('annotate',$object->ident,$object_type,NULL, 62 62 array('comment_form_type'=>'inline', 'comment_sort'=>'ASC', 'comment_form_text'=>$txt)));
