From: <var...@us...> - 2021-06-17 14:28:47
|
Revision: 10292 http://sourceforge.net/p/phpwiki/code/10292 Author: vargenau Date: 2021-06-17 14:28:47 +0000 (Thu, 17 Jun 2021) Log Message: ----------- No sprintf needed Modified Paths: -------------- trunk/lib/plugin/AuthorHistory.php Modified: trunk/lib/plugin/AuthorHistory.php =================================================================== --- trunk/lib/plugin/AuthorHistory.php 2021-06-17 13:29:29 UTC (rev 10291) +++ trunk/lib/plugin/AuthorHistory.php 2021-06-17 14:28:47 UTC (rev 10292) @@ -58,7 +58,7 @@ function getDescription() { - return sprintf(_("List all page revisions edited by one user with diff links, or show a PageHistory-like list of a single page for only one user.")); + return _("List all page revisions edited by one user with diff links, or show a PageHistory-like list of a single page for only one user."); } function getDefaultArguments() This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |