directory -> folder

pull/53/head
Zlatin Balevsky 2020-12-01 19:42:57 +00:00
parent ad3767a060
commit 3833b90870
No known key found for this signature in database
GPG Key ID: A72832072D525E41
2 changed files with 3 additions and 3 deletions

View File

@ -8,7 +8,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: I2P MuWire\n" "Project-Id-Version: I2P MuWire\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2020-11-22 16:51+0000\n" "POT-Creation-Date: 2020-12-01 19:42+0000\n"
"Language: en\n" "Language: en\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
@ -653,7 +653,7 @@ msgid "Sharing"
msgstr "" msgstr ""
#: build/tmp_jsp/com/muwire/webui/ConfigurationPage_jsp.java:336 #: build/tmp_jsp/com/muwire/webui/ConfigurationPage_jsp.java:336
msgid "Drop Box directory" msgid "Drop Box folder"
msgstr "" msgstr ""
#: build/tmp_jsp/com/muwire/webui/ConfigurationPage_jsp.java:338 #: build/tmp_jsp/com/muwire/webui/ConfigurationPage_jsp.java:338

View File

@ -129,7 +129,7 @@ Exception error = (Exception) application.getAttribute("MWConfigError");
<h3><%=Util._t("Sharing")%></h3> <h3><%=Util._t("Sharing")%></h3>
<table> <table>
<tr> <tr>
<td><div class="tooltip"><%=Util._t("Drop Box directory")%> <td><div class="tooltip"><%=Util._t("Drop Box folder")%>
<span class="tooltiptext"><%=Util._t("Where to store files you share with drag and drop")%></span> <span class="tooltiptext"><%=Util._t("Where to store files you share with drag and drop")%></span>
</div> </div>
</td> </td>