minor changes: fixed comment and translation

This commit is contained in:
Roland Gruber 2004-08-01 09:37:21 +00:00
parent 8c6b75e5a5
commit 8786dea1c3
2 changed files with 3 additions and 3 deletions

View File

@ -242,7 +242,7 @@ class baseModule {
*
* @param array $scopes list of account types which are used
* @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) {
$messages = array();

View File

@ -99,8 +99,8 @@ class posixGroup extends baseModule {
$return['config_descriptions'] = array(
'legend' => _("GID ranges for Unix groups"),
'descriptions' => array(
'posixGroup_minGID' => "Minimum GID number for Unix groups",
'posixGroup_maxGID' => "Maximum GID number for Unix groups",
'posixGroup_minGID' => _("Minimum GID number for Unix groups"),
'posixGroup_maxGID' => _("Maximum GID number for Unix groups"),
)
);
// configuration checks