From: <var...@us...> - 2012-12-11 16:45:42
|
Revision: 8652 http://phpwiki.svn.sourceforge.net/phpwiki/?rev=8652&view=rev Author: vargenau Date: 2012-12-11 16:45:36 +0000 (Tue, 11 Dec 2012) Log Message: ----------- Less messages Modified Paths: -------------- trunk/lib/plugin/IncludePage.php Modified: trunk/lib/plugin/IncludePage.php =================================================================== --- trunk/lib/plugin/IncludePage.php 2012-12-11 16:44:31 UTC (rev 8651) +++ trunk/lib/plugin/IncludePage.php 2012-12-11 16:45:36 UTC (rev 8652) @@ -100,7 +100,7 @@ // Check if page exists if (!($dbi->isWikiPage($page))) { - return $this->error(sprintf(_("Page “%s” does not exist"), $page)); + return $this->error(sprintf(_("Page “%s” does not exist."), $page)); } // Check if user is allowed to get the Page. This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |