From: <var...@us...> - 2014-12-05 14:55:34
|
Revision: 9426 http://sourceforge.net/p/phpwiki/code/9426 Author: vargenau Date: 2014-12-05 14:55:30 +0000 (Fri, 05 Dec 2014) Log Message: ----------- ActionPage --> Action Pages Modified Paths: -------------- trunk/lib/upgrade.php Modified: trunk/lib/upgrade.php =================================================================== --- trunk/lib/upgrade.php 2014-12-05 14:54:07 UTC (rev 9425) +++ trunk/lib/upgrade.php 2014-12-05 14:55:30 UTC (rev 9426) @@ -115,7 +115,7 @@ function CheckActionPageUpdate() { - echo "<h2>", sprintf(_("Check for necessary %s updates"), _("ActionPage")), "</h2>\n"; + echo "<h2>", sprintf(_("Check for necessary %s updates"), _("Action Pages")), "</h2>\n"; // 1.3.13 before we pull in all missing pages, we rename existing ones $this->_rename_page_helper("_AuthInfo", "DebugAuthInfo"); $this->_rename_page_helper("Help/_AuthInfoPlugin", "Help/DebugAuthInfoPlugin"); This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |