From: <var...@us...> - 2013-06-14 10:20:54
|
Revision: 8807 http://sourceforge.net/p/phpwiki/code/8807 Author: vargenau Date: 2013-06-14 10:20:50 +0000 (Fri, 14 Jun 2013) Log Message: ----------- Translate quotes Modified Paths: -------------- trunk/lib/PageList.php Modified: trunk/lib/PageList.php =================================================================== --- trunk/lib/PageList.php 2013-06-14 09:53:55 UTC (rev 8806) +++ trunk/lib/PageList.php 2013-06-14 10:20:50 UTC (rev 8807) @@ -386,8 +386,7 @@ if (!$this->search and !empty($HTTP_POST_VARS['admin_replace'])) { $this->search = $HTTP_POST_VARS['admin_replace']['from']; } - $this->_heading .= sprintf(_(" ... around %s"), - '»' . $this->search . '«'); + $this->_heading .= sprintf(_(" ... around “%s”"), $this->search); } } This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |