Changeset 1182

Show
Ignore:
Timestamp:
07/02/07 13:23:39 (1 year ago)
Author:
ben
Message:

Comment text is now more generic.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • devel/mod/generic_comments/lib.php

    r1175 r1182  
    5858        if (($object_type == "file::file") || ($object_type == "mediastream::media")) 
    5959        { 
    60                 $txt = __gettext('Click to add or view comments on this file.'); 
     60                $txt = __gettext('Click to add or view comments.'); 
    6161                $int = implode('',action('annotate',$object->ident,$object_type,NULL, 
    6262                        array('comment_form_type'=>'inline', 'comment_sort'=>'ASC', 'comment_form_text'=>$txt)));