From: <var...@us...> - 2009-03-22 14:45:48
|
Revision: 6687 http://phpwiki.svn.sourceforge.net/phpwiki/?rev=6687&view=rev Author: vargenau Date: 2009-03-22 14:45:42 +0000 (Sun, 22 Mar 2009) Log Message: ----------- individual Modified Paths: -------------- trunk/lib/plugin/WikiAdminSetAcl.php trunk/themes/default/templates/info.tmpl Modified: trunk/lib/plugin/WikiAdminSetAcl.php =================================================================== --- trunk/lib/plugin/WikiAdminSetAcl.php 2009-03-22 14:41:25 UTC (rev 6686) +++ trunk/lib/plugin/WikiAdminSetAcl.php 2009-03-22 14:45:42 UTC (rev 6687) @@ -224,7 +224,7 @@ if ($type == 'inherited') $type = sprintf(_("page permission inherited from %s"), $perm_tree[1][0]); elseif ($type == 'page') - $type = _("invidual page permission"); + $type = _("individual page permission"); elseif ($type == 'default') $type = _("default page permission"); $header->pushContent(HTML::strong(_("Type").': '), HTML::tt($type),HTML::br()); @@ -273,7 +273,7 @@ if ($type == 'inherited') { $type = sprintf(_("page permission inherited from %s"), $perm_tree[1][0]); } elseif ($type == 'page') { - $type = _("invidual page permission"); + $type = _("individual page permission"); } elseif ($type == 'default') { $type = _("default page permission"); } Modified: trunk/themes/default/templates/info.tmpl =================================================================== --- trunk/themes/default/templates/info.tmpl 2009-03-22 14:41:25 UTC (rev 6686) +++ trunk/themes/default/templates/info.tmpl 2009-03-22 14:45:42 UTC (rev 6687) @@ -78,7 +78,7 @@ if ($type == 'inherited') { $type = sprintf(_("page permission inherited from %s"), $perm_tree[1][0]); } elseif ($type == 'page') { - $type = _("invidual page permission"); + $type = _("individual page permission"); } elseif ($type == 'default') { $type = _("default page permission"); } This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |