fixed translation: if it is not granted at all, the admin privilege does _not_ apply...
[iserv-mod-error-reporter.git] / src / config.php
index 8d0f8db..02207eb 100644 (file)
@@ -124,7 +124,7 @@ echo sprintf("<td>%s%s</td><td>%s</td>\n", icon("keys"),
 echo "</tr><tr>\n";
 echo sprintf("<td>%s%s</td><td>%s</td>\n", icon("keys"),
   _("Administration of the error report wizard"),
-  $asAdminGroups == array() ? _c("error-reporter:all users") :
+  $asAdminGroups == array() ? _c("error-reporter:no users") :
   icon("act-group") . join(", ", array_map("erGetGroupName", $asAdminGroups)));
 echo "</tr></table></p>\n";
 _GroupBox();
This page took 0.023526 seconds and 4 git commands to generate.