]> git.mjollnir.org Git - moodle.git/commitdiff
Shot down some rebel strings
authormoodler <moodler>
Mon, 6 Jan 2003 02:43:50 +0000 (02:43 +0000)
committermoodler <moodler>
Mon, 6 Jan 2003 02:43:50 +0000 (02:43 +0000)
course/mod_delete.html

index f904b0577d2ff142b5faaa3cfc06790f3913b9a0..5d73e0aa9f3e2430782169f66afab60885f53110 100644 (file)
@@ -9,7 +9,8 @@
 <input type="hidden" name=coursemodule value="<? p($form->coursemodule) ?>">
 <input type="hidden" name=modulename   value="<? p($form->modulename) ?>">
 <input type="hidden" name=instance     value="<? p($form->instance) ?>">
-<input type="submit" value=" Yes "> <input type=button value=" No " onclick="javascript:history.go(-1);">
+  <input type="submit" value=" <? print_string("yes")?> "> 
+  <input type=button value=" <? print_string("no")?> " onclick="javascript:history.go(-1);">
 </FORM>
 
 </td></tr></table>