Changeset 1314
- Timestamp:
- 11/26/07 11:44:00 (1 year ago)
- Files:
-
- devel/mod/groups/lib/groups_explanation.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
devel/mod/groups/lib/groups_explanation.php
r1251 r1314 3 3 global $CFG; 4 4 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); 6 6 $descTwo = __gettext("This screen lets you create new access controls. To get started, add a new access control by typing in its name below."); 7 7 $run_result .= <<< END
