pod and i18n fixes

This commit is contained in:
Graham Knop 2009-05-14 22:12:33 +00:00
parent 716bc78db9
commit 18993c5924
2 changed files with 305 additions and 264 deletions

View file

@ -2551,7 +2551,7 @@ sub www_editTest {
if ($testId eq 'new') {
$test->delete;
}
return $ac->render($error.$form->print, $i18n->get('Edit Test'));
return $ac->render($error.$form->print, $i18n->get('edit test'));
}
#-------------------------------------------------------------------