]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commitdiff
Update welcome.xhtml
authorScott Arciszewski <scott@arciszewski.me>
Fri, 15 Aug 2014 22:35:33 +0000 (18:35 -0400)
committerBrian Warner <warner@lothar.com>
Fri, 12 Sep 2014 04:29:13 +0000 (21:29 -0700)
Add a tooltip to explain what SDMF means. Cannot find a definition for MDMF; I presume "Medium" but at the risk of being wrong, I don't want to just blindly make that suggested change.

src/allmydata/web/welcome.xhtml

index 1cb99d8b534e631770d4ccf2aa0e05cfea9c1ca6..e3b8350f8b90b7d92723f09335dbc887ca49df5b 100644 (file)
@@ -77,7 +77,7 @@
 
                 <label for="upload-sdmf" class="radio">
                   <input type="radio" id="upload-sdmf" value="sdmf" name="format" />
-                  SDMF
+                  <acronym title="Small Distributed Mutable Files">SDMF</acronym>
                 </label>
 
                 <label for="upload-mdmf" class="radio">
@@ -95,7 +95,7 @@
               <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" />
-                  SDMF
+                  <acronym title="Small Distributed Mutable Files">SDMF</acronym>
                 </label>
 
                 <label for="mkdir-mdmf" class="radio">