From: <var...@us...> - 2015-02-05 17:39:12
|
Revision: 9511 http://sourceforge.net/p/phpwiki/code/9511 Author: vargenau Date: 2015-02-05 17:39:10 +0000 (Thu, 05 Feb 2015) Log Message: ----------- No need to translate /etc/groups Modified Paths: -------------- trunk/configurator.php Modified: trunk/configurator.php =================================================================== --- trunk/configurator.php 2015-02-05 10:19:04 UTC (rev 9510) +++ trunk/configurator.php 2015-02-05 17:39:10 UTC (rev 9511) @@ -1024,7 +1024,7 @@ Page where all groups are listed."); $properties["AUTH_GROUP_FILE"] = - new _define_optional('AUTH_GROUP_FILE', _("/etc/groups"), " + new _define_optional('AUTH_GROUP_FILE', "/etc/groups", " For GROUP_METHOD = FILE, the file given below is referenced to obtain group membership information. It should be in the same format as the standard unix /etc/groups(5) file."); This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |