소스 검색

Minor change the name of the button in hotpotatoes

Arthur Portugal 15 년 전
부모
커밋
a3e230192f
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      main/newscorm/learnpath.class.php

+ 1 - 1
main/newscorm/learnpath.class.php

@@ -5682,7 +5682,7 @@ class learnpath {
 
 		$return .= "\t\t" . '<tr>' . "\n";
 
-		$return .= "\t\t\t" . '<td> &nbsp;</td><td><button class="save" name="submit_button" type="submit">' . get_lang('ModifyHotpotatoes') . '</button></td>' . "\n";
+		$return .= "\t\t\t" . '<td> &nbsp;</td><td><button class="save" name="submit_button" type="submit">' . get_lang('ModifyHotPotatoes') . '</button></td>' . "\n";
 
 		$return .= "\t\t" . '</tr>' . "\n";