Changeset 1314

Show
Ignore:
Timestamp:
11/26/07 11:44:00 (1 year ago)
Author:
misja
Message:

Misja Hoebe <misja@curverider.co.uk> string modification, fixes #176

Files:

Legend:

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

    r1251 r1314  
    33    global $CFG; 
    44 
    5     $descOne = __gettext("Access controls let you control exactly who sees everything you upload to {$CFG->sitename}, including files, blog posts and profile items."); 
     5    $descOne = sprintf(__gettext("Access controls let you control exactly who sees everything you upload to %s, including files, blog posts and profile items."),$CFG->sitename);  
    66    $descTwo = __gettext("This screen lets you create new access controls. To get started, add a new access control by typing in its name below."); 
    77    $run_result .= <<< END