Mercurial > odfcast
changeset 72:77c3e481bea9
Minor typos corrected.
author | Bernhard Reiter <bernhard@intevation.de> |
---|---|
date | Fri, 06 Mar 2015 14:07:24 +0100 |
parents | b517f2c54272 |
children | 02efda1f6919 |
files | README.rst odfcast/templates/merge.html |
diffstat | 2 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/README.rst Fri Mar 06 11:29:33 2015 +0100 +++ b/README.rst Fri Mar 06 14:07:24 2015 +0100 @@ -24,7 +24,7 @@ PY3O_UNO_SERVER_HOSTNAME = "my.server.url" PY3O_UNO_SERVER_PORT = 4001 -or host and port for the odfcase service:: +or host and port for the odfcast service:: SERVER_NAME = "my.odfcast.url:8500"
--- a/odfcast/templates/merge.html Fri Mar 06 11:29:33 2015 +0100 +++ b/odfcast/templates/merge.html Fri Mar 06 14:07:24 2015 +0100 @@ -8,6 +8,6 @@ <label for="files">Files</label> <input id="files" type="file" name="files" multiple> </div> - <button class="btn btn-default" type="submit">Convert</button> + <button class="btn btn-default" type="submit">Merge</button> </form> {% endblock %}