root/devel/mod/groups/lib/groups_explanation.php

Revision 1539, 428 bytes (checked in by renato, 1 year ago)

Setting prop svn:eol-style in LOTS of files.

  • Property svn:mime-type set to text/plain
  • Property svn:eol-style set to native
Line 
1 <?php
2
3     global $CFG;
4
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     $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     $run_result .= <<< END
8
9     <p>$descOne</p>
10     <p>$descTwo</p>
11 END;
12
13 ?>
Note: See TracBrowser for help on using the browser.