From: <var...@us...> - 2011-10-03 12:52:34
|
Revision: 8162 http://phpwiki.svn.sourceforge.net/phpwiki/?rev=8162&view=rev Author: vargenau Date: 2011-10-03 12:52:28 +0000 (Mon, 03 Oct 2011) Log Message: ----------- No \n Modified Paths: -------------- trunk/lib/plugin/AppendText.php Modified: trunk/lib/plugin/AppendText.php =================================================================== --- trunk/lib/plugin/AppendText.php 2011-10-03 12:50:16 UTC (rev 8161) +++ trunk/lib/plugin/AppendText.php 2011-10-03 12:52:28 UTC (rev 8162) @@ -86,7 +86,7 @@ $message = HTML(); if (!$page->exists()) { // We might want to create it? - $message->pushContent(sprintf(_("Page could not be updated. %s doesn't exist!\n"), + $message->pushContent(sprintf(_("Page could not be updated. %s doesn't exist!"), $pagename)); return $message; } This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |