SF.net SVN: phpwiki:[10847] trunk/lib/plugin/WikiAdminSetAcl.php

vargenau--- via phpwiki-checkins <[email protected]> Thu, 06 Jan 2022 10:50:44 +0000
Newsgroups gmane.comp.web.wiki.phpwiki.checkins
Message-ID <[email protected]>
Revision: 10847
          http://sourceforge.net/p/phpwiki/code/10847
Author:   vargenau
Date:     2022-01-06 10:50:44 +0000 (Thu, 06 Jan 2022)
Log Message:
-----------
lib/plugin/WikiAdminSetAcl.php: selected pages --> following pages

Modified Paths:
--------------
    trunk/lib/plugin/WikiAdminSetAcl.php

Modified: trunk/lib/plugin/WikiAdminSetAcl.php
===================================================================
--- trunk/lib/plugin/WikiAdminSetAcl.php	2022-01-06 10:43:10 UTC (rev 10846)
+++ trunk/lib/plugin/WikiAdminSetAcl.php	2022-01-06 10:50:44 UTC (rev 10847)
@@ -207,7 +207,7 @@
             $header = $this->setaclForm($header, $post_args, $pages);
             $header->pushContent(
                 HTML::p(HTML::strong(
-                    _("Are you sure you want to permanently change access rights to the selected pages?"))));
+                    _("Are you sure you want to permanently change access rights to the following pages?"))));
         } else {
             $button_label = _("Change Access Rights");
             $header = $this->setaclForm($header, $post_args, $pages);

This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.