X-Git-Url: https://git.p6c8.net/devedit.git/blobdiff_plain/b4a18168323d91c911689ae9a9cddb2b7ab51997..85de18899b48fe39a79a265bff4b1fd0478c5842:/templates/upload.htm diff --git a/templates/upload.htm b/templates/upload.htm index c450fb8..be3e2d0 100644 --- a/templates/upload.htm +++ b/templates/upload.htm @@ -28,7 +28,7 @@ <p>Transfer mode (see below):<br> <input type="radio" name="ascii" id="ascii" value="1"><label for="ascii">ASCII</label> <input type="radio" name="ascii" id="binary" value="0" checked><label for="binary">Binary (default)</label></p> -<p><input type="checkbox" name="overwrite" id="overwrite"><label for="overwrite">Overwrite file if it already exists</label></p> +<p><input type="checkbox" name="overwrite" id="overwrite"><label for="overwrite">Overwrite existing file</label></p> <p><input type="submit" value="Upload file!"></p> </form>