diff --git a/webui/src/main/css/muwire.css b/webui/src/main/css/muwire.css index e60d9919..815df86b 100644 --- a/webui/src/main/css/muwire.css +++ b/webui/src/main/css/muwire.css @@ -274,7 +274,7 @@ div#dirsTable table thead th:nth-child(2) { width: 80px; } div#dirsTable table thead th:nth-child(3) { - width: 80px; + width: 90px; } div#dirsTable table thead th:nth-child(4) { width: 170px; diff --git a/webui/src/main/java/com/muwire/webui/Util.java b/webui/src/main/java/com/muwire/webui/Util.java index e762c2ab..69c33ebc 100644 --- a/webui/src/main/java/com/muwire/webui/Util.java +++ b/webui/src/main/java/com/muwire/webui/Util.java @@ -33,6 +33,7 @@ public class Util { _x("About Me"), _x("Actions"), _x("Active Sources"), + _x("Auto-watch directory for changes using operating system"), _x("Browse"), _x("Browsing"), _x("Cancel"), @@ -142,7 +143,6 @@ public class Util { _x("User"), _x("View 1 Certificate"), _x("View {0} Certificates"), - _x("Watch directory for changes using operating system"), _x("Your full MuWire id is"), _x("Your short MuWire id is {0}"), _x("Your Trust"), diff --git a/webui/src/main/js/advancedSharing.js b/webui/src/main/js/advancedSharing.js index 32ab3da5..1ed688b2 100644 --- a/webui/src/main/js/advancedSharing.js +++ b/webui/src/main/js/advancedSharing.js @@ -104,7 +104,7 @@ function configure(path) { html += "" html += "" - html += "" + html += "" html += "
" + _t("Watch directory for changes using operating system") + "" + _t("Auto-watch directory for changes using operating system") + "

+

<%=Util._t("Shared directories can be watched automatically or periodically. Automatic watching is recommended, but may not work on some NAS devices.")%>