mirror of
https://github.com/moodle/moodle.git
synced 2025-08-08 02:16:41 +02:00
More language fixes
This commit is contained in:
parent
6821bec5d7
commit
3db1919baf
11 changed files with 84 additions and 49 deletions
|
@ -3,8 +3,8 @@
|
|||
<TEXTAREA NAME=text COLS=60 ROWS=10 WRAP="virtual"><? p($entry->text) ?></TEXTAREA>
|
||||
<P>
|
||||
<INPUT type="hidden" name=id value="<?=$cm->id ?>">
|
||||
<INPUT type="submit" value="Save and continue">
|
||||
<INPUT type="reset" value="Revert">
|
||||
<INPUT type="submit" value="<? print_string("savechanges") ?>">
|
||||
<INPUT type="reset" value="<? print_string("revert") ?>">
|
||||
</P>
|
||||
</FORM>
|
||||
</BLOCKQUOTE>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue