From 528364a4219fbcf9f802ba54d1711ed97e693346 Mon Sep 17 00:00:00 2001 From: Brian Warner <warner@lothar.com> Date: Thu, 11 Sep 2014 21:32:27 -0700 Subject: [PATCH] welcome.xhtml: explain MDMF too --- src/allmydata/web/welcome.xhtml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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" /> -- 2.45.2