From: <var...@us...> - 2012-12-11 17:08:50
|
Revision: 8654 http://phpwiki.svn.sourceforge.net/phpwiki/?rev=8654&view=rev Author: vargenau Date: 2012-12-11 17:08:39 +0000 (Tue, 11 Dec 2012) Log Message: ----------- Less messages Modified Paths: -------------- trunk/lib/loadsave.php trunk/lib/plugin/WikiAdminChown.php trunk/lib/upgrade.php Modified: trunk/lib/loadsave.php =================================================================== --- trunk/lib/loadsave.php 2012-12-11 16:50:09 UTC (rev 8653) +++ trunk/lib/loadsave.php 2012-12-11 17:08:39 UTC (rev 8654) @@ -86,7 +86,7 @@ break; case 'dumphtml': case 'ziphtml': - $label = _("Dump pages as XHTML"); + $label = _("Dump Pages as XHTML"); break; } if ($label) $label = str_replace(" ", "_", $label); Modified: trunk/lib/plugin/WikiAdminChown.php =================================================================== --- trunk/lib/plugin/WikiAdminChown.php 2012-12-11 16:50:09 UTC (rev 8653) +++ trunk/lib/plugin/WikiAdminChown.php 2012-12-11 17:08:39 UTC (rev 8654) @@ -181,7 +181,7 @@ _("Are you sure you want to change the owner of the selected pages?")))); $header = $this->chownForm($header, $post_args); } else { - $button_label = _("Change owner of selected pages"); + $button_label = _("Change owner of selected pages."); $header->pushContent(HTML::legend(_("Select the pages to change the owner"))); $header = $this->chownForm($header, $post_args); } Modified: trunk/lib/upgrade.php =================================================================== --- trunk/lib/upgrade.php 2012-12-11 16:50:09 UTC (rev 8653) +++ trunk/lib/upgrade.php 2012-12-11 17:08:39 UTC (rev 8654) @@ -390,7 +390,7 @@ if ($this->isSQL) { $this->_db_init(); if (isset($dbadmin['cancel'])) { - echo _("CANCEL"), " <br />\n"; + echo _("Cancel"), " <br />\n"; return; } } This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |