From: moodler <moodler> Date: Mon, 6 Jan 2003 02:43:50 +0000 (+0000) Subject: Shot down some rebel strings X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=3bd402300ef96116d3772d306fed11a21cc386e7;p=moodle.git Shot down some rebel strings --- diff --git a/course/mod_delete.html b/course/mod_delete.html index f904b0577d..5d73e0aa9f 100644 --- a/course/mod_delete.html +++ b/course/mod_delete.html @@ -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>