From: <ru...@us...> - 2010-06-14 12:38:41
|
Revision: 7534 http://phpwiki.svn.sourceforge.net/phpwiki/?rev=7534&view=rev Author: rurban Date: 2010-06-14 12:38:35 +0000 (Mon, 14 Jun 2010) Log Message: ----------- fix wording Modified Paths: -------------- trunk/lib/plugin/DynamicIncludePage.php Modified: trunk/lib/plugin/DynamicIncludePage.php =================================================================== --- trunk/lib/plugin/DynamicIncludePage.php 2010-06-14 12:38:16 UTC (rev 7533) +++ trunk/lib/plugin/DynamicIncludePage.php 2010-06-14 12:38:35 UTC (rev 7534) @@ -36,7 +36,7 @@ } function getDescription() { - return _("Dynamicly include text from another wiki page."); + return _("Dynamically include the content from another wiki page."); } function getDefaultArguments() { This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |