minor changes: fixed comment and translation
This commit is contained in:
parent
8c6b75e5a5
commit
8786dea1c3
|
@ -242,7 +242,7 @@ class baseModule {
|
||||||
*
|
*
|
||||||
* @param array $scopes list of account types which are used
|
* @param array $scopes list of account types which are used
|
||||||
* @param array $options hash array containing the settings (array('option' => array('value')))
|
* @param array $options hash array containing the settings (array('option' => array('value')))
|
||||||
* @return array profile elements
|
* @return array list of error messages
|
||||||
*/
|
*/
|
||||||
function check_configOptions($scopes, $options) {
|
function check_configOptions($scopes, $options) {
|
||||||
$messages = array();
|
$messages = array();
|
||||||
|
|
|
@ -99,8 +99,8 @@ class posixGroup extends baseModule {
|
||||||
$return['config_descriptions'] = array(
|
$return['config_descriptions'] = array(
|
||||||
'legend' => _("GID ranges for Unix groups"),
|
'legend' => _("GID ranges for Unix groups"),
|
||||||
'descriptions' => array(
|
'descriptions' => array(
|
||||||
'posixGroup_minGID' => "Minimum GID number for Unix groups",
|
'posixGroup_minGID' => _("Minimum GID number for Unix groups"),
|
||||||
'posixGroup_maxGID' => "Maximum GID number for Unix groups",
|
'posixGroup_maxGID' => _("Maximum GID number for Unix groups"),
|
||||||
)
|
)
|
||||||
);
|
);
|
||||||
// configuration checks
|
// configuration checks
|
||||||
|
|
Loading…
Reference in New Issue