From: Brian Warner <warner@lothar.com> Date: Fri, 12 Sep 2014 04:32:27 +0000 (-0700) Subject: welcome.xhtml: explain MDMF too X-Git-Tag: allmydata-tahoe-1.10.1a1~137 X-Git-Url: https://git.rkrishnan.org/simplejson/components/com_hotproperty/...?a=commitdiff_plain;h=528364a4219fbcf9f802ba54d1711ed97e693346;p=tahoe-lafs%2Ftahoe-lafs.git welcome.xhtml: explain MDMF too --- diff --git a/src/allmydata/web/welcome.xhtml b/src/allmydata/web/welcome.xhtml index e3b8350f..492b4ed5 100644 --- a/src/allmydata/web/welcome.xhtml +++ b/src/allmydata/web/welcome.xhtml @@ -77,12 +77,12 @@ <label for="upload-sdmf" class="radio"> <input type="radio" id="upload-sdmf" value="sdmf" name="format" /> - <acronym title="Small Distributed Mutable Files">SDMF</acronym> + <acronym title="Small Distributed Mutable File">SDMF</acronym> </label> <label for="upload-mdmf" class="radio"> <input type="radio" id="upload-mdmf" value="mdmf" name="format" /> - MDMF (experimental) + <acronym title="Medium Distributed Mutable File">MDMF</acronym> (experimental) </label> <p><input type="submit" class="btn" value="Upload File »" /></p> @@ -95,12 +95,12 @@ <form action="uri" method="post" enctype="multipart/form-data"> <label for="mkdir-sdmf" class="radio"> <input type="radio" checked="checked" id="mkdir-sdmf" value="sdmf" name="format" /> - <acronym title="Small Distributed Mutable Files">SDMF</acronym> + <acronym title="Small Distributed Mutable File">SDMF</acronym> </label> <label for="mkdir-mdmf" class="radio"> <input type="radio" id="mkdir-mdmf" value="mdmf" name="format" /> - MDMF (experimental) + <acronym title="Medium Distributed Mutable File">MDMF</acronym> (experimental) </label> <input type="hidden" name="t" value="mkdir" />