]> git.mjollnir.org Git - moodle.git/commitdiff
Added translation for Attempt quiz now
authormoodler <moodler>
Fri, 25 Oct 2002 08:15:03 +0000 (08:15 +0000)
committermoodler <moodler>
Fri, 25 Oct 2002 08:15:03 +0000 (08:15 +0000)
lang/en/quiz.php
mod/quiz/view.php

index 1407f013580eb9172b91b8ea4b64c9c083d997a4..ba4753a0a534c1fe371e7077c0a89f59e42f506f 100644 (file)
@@ -15,6 +15,7 @@ $string['answersingleno']  = "Multiple answers allowed";
 $string['attempt'] = "Attempt \$a";
 $string['attemptfirst'] = "First attempt";
 $string['attemptlast'] = "Last attempt";
+$string['attemptquiznow'] = "Attempt quiz now";
 $string['attempts'] = "Attempts";
 $string['attemptsallowed'] = "Attempts allowed";
 $string['attemptsunlimited'] = "Unlimited attempts";
index 52b7782620442ba6afaab4a057dd3839c300b912..3a4090dcddd5d3f362acfbdf0770a44f80595f09 100644 (file)
                 }
                 echo "<BR>";
                 echo "<DIV align=CENTER>";
-                print_single_button("attempt.php", $options, $label="Attempt quiz now");
+                print_single_button("attempt.php", $options, get_string("attemptquiznow","forum"));
                 echo "</P>";
             }
         } else {