]> git.p6c8.net - devedit.git/commitdiff
"Revert" sounds better than "discard"
authorpcanterino <>
Sat, 14 Oct 2006 19:59:53 +0000 (19:59 +0000)
committerpcanterino <>
Sat, 14 Oct 2006 19:59:53 +0000 (19:59 +0000)
templates/editfile.htm

index bbbcebf930f30c8f1efc361ec6066f3e2d7f81f5..749fb694983a97d24d0ddfef60a6f302f90c53f5 100644 (file)
@@ -25,7 +25,7 @@
 
 <p><input type="checkbox" name="saveas" id="newfile" value="1"><label for="newfile">Save as new file: </label><input type="text" name="newfile" value="{FILE}" onchange="if(this.form.newfile.value != '') this.form.saveas.checked = true; else this.form.saveas.checked = false;"></p>
 
-<p><input type="submit" value="Save file and end editing"> <input type="submit" name="continue" value="Save file and continue editing"> <input type="reset" value="Discard changes"></p>
+<p><input type="submit" value="Save file and end editing"> <input type="submit" name="continue" value="Save file and continue editing"> <input type="reset" value="Revert changes"></p>
 </form>
 
 </body>

patrick-canterino.de