More language fixes

This commit is contained in:
martin 2002-08-12 09:38:31 +00:00
parent 6821bec5d7
commit 3db1919baf
11 changed files with 84 additions and 49 deletions

View file

@ -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>