From 62a4b2721c960a2435df6855982c041b94c5a294 Mon Sep 17 00:00:00 2001 From: Scott Arciszewski <scott@arciszewski.me> Date: Fri, 15 Aug 2014 18:35:33 -0400 Subject: [PATCH] Update welcome.xhtml 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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/allmydata/web/welcome.xhtml b/src/allmydata/web/welcome.xhtml index 1cb99d8b..e3b8350f 100644 --- a/src/allmydata/web/welcome.xhtml +++ b/src/allmydata/web/welcome.xhtml @@ -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"> -- 2.45.2