diff -r cc09385a62aa -r 04cf478997f2 edit_user.php --- a/edit_user.php Sun Mar 30 15:33:55 2008 +0000 +++ b/edit_user.php Sun Mar 30 16:21:09 2008 +0000 @@ -140,11 +140,11 @@ echo " \n"; echo "

\n"; - printf(" This user has been assigned the \"%s\" permission template.", $user['tpl_name']); + printf(_('This user has been assigned the permission template "%s".'), $user['tpl_name']); if ($user['tpl_descr'] != "") { - echo " The description for this template is: \"" . $user['tpl_descr'] . "\"."; + echo " " . _('The description for this template is') . ": \"" . $user['tpl_descr'] . "\"."; } - echo " Based on this template, this user has the following permissions:"; + echo " " . _('Based on this template, this user has the following permissions') . ":"; echo "

\n"; echo "