Browse Source

[svn r14762] Updated language string

Yannick Warnier 17 years ago
parent
commit
703116f41d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      main/gradebook/gradebook.php

+ 1 - 1
main/gradebook/gradebook.php

@@ -596,7 +596,7 @@ if (isset ($_GET['studentoverview']))
 $gradebooktable= new GradebookTable($cats[0], $allcat, $alleval, $alllink, $addparams);
 if ((empty ($allcat)) && (empty ($alleval)) && (empty ($alllink)) && (!$is_platform_admin) && ($is_course_admin) && (!isset ($_GET['selectcat'])))
 {
-	Display :: display_normal_message(get_lang('WelcomeMessage') . '<br><br><form name=createcat method=post action="' . api_get_self() . '?createallcategories="><input type="submit" value="' . get_lang('CreateAllCat') . '"></form>',false);
+	Display :: display_normal_message(get_lang('GradebookWelcomeMessage') . '<br /><br /><form name="createcat" method="post" action="' . api_get_self() . '?createallcategories=1"><input type="submit" value="' . get_lang('CreateAllCat') . '"></form>',false);
 }
 //here we are in a sub category
 if ($category != '0')