From: <var...@us...> - 2014-11-19 14:36:40
|
Revision: 9342 http://sourceforge.net/p/phpwiki/code/9342 Author: vargenau Date: 2014-11-19 14:36:37 +0000 (Wed, 19 Nov 2014) Log Message: ----------- Remove nonexistent link Modified Paths: -------------- trunk/themes/default/templates/userprefs.tmpl Modified: trunk/themes/default/templates/userprefs.tmpl =================================================================== --- trunk/themes/default/templates/userprefs.tmpl 2014-11-19 14:34:11 UTC (rev 9341) +++ trunk/themes/default/templates/userprefs.tmpl 2014-11-19 14:36:37 UTC (rev 9342) @@ -283,7 +283,7 @@ <?php echo fmt("Enable DoubleClick Edit") ?> </label> </td> - <td><p class="hint"><?php echo fmt("Enabled makes it hard to double-click words and sentences for cut and paste. See %s.", WikiLink("PhpWiki:DoubleClickToEditPage"))?></p> + <td><p class="hint"><?php echo _("Enabled makes it hard to double-click words and sentences for cut and paste.") ?></p> </td> </tr> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |