mirror of https://github.com/zlatinb/muwire
change wording as suggested by AO
parent
8df6bc3b8c
commit
6695cb1390
|
@ -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: 2021-10-13 09:22+0000\n"
|
"POT-Creation-Date: 2021-10-14 16:54+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"
|
||||||
|
@ -562,7 +562,7 @@ msgid "Use this page to change MuWire options."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: build/tmp_jsp/com/muwire/webui/ConfigurationPage_jsp.java:282
|
#: build/tmp_jsp/com/muwire/webui/ConfigurationPage_jsp.java:282
|
||||||
msgid "Search in comments"
|
msgid "Search comments"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: build/tmp_jsp/com/muwire/webui/ConfigurationPage_jsp.java:284
|
#: build/tmp_jsp/com/muwire/webui/ConfigurationPage_jsp.java:284
|
||||||
|
@ -572,7 +572,7 @@ msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: build/tmp_jsp/com/muwire/webui/ConfigurationPage_jsp.java:288
|
#: build/tmp_jsp/com/muwire/webui/ConfigurationPage_jsp.java:288
|
||||||
msgid "Search in collections"
|
msgid "Search collections"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: build/tmp_jsp/com/muwire/webui/ConfigurationPage_jsp.java:290
|
#: build/tmp_jsp/com/muwire/webui/ConfigurationPage_jsp.java:290
|
||||||
|
|
|
@ -49,7 +49,7 @@ Exception error = (Exception) application.getAttribute("MWConfigError");
|
||||||
<table>
|
<table>
|
||||||
<tr>
|
<tr>
|
||||||
<td>
|
<td>
|
||||||
<div class="tooltip"><%=Util._t("Search in comments")%>
|
<div class="tooltip"><%=Util._t("Search comments")%>
|
||||||
<span class="tooltiptext"><%=Util._t("When searching the network, should MuWire only search file names or comments too?")%></span>
|
<span class="tooltiptext"><%=Util._t("When searching the network, should MuWire only search file names or comments too?")%></span>
|
||||||
</div>
|
</div>
|
||||||
</td>
|
</td>
|
||||||
|
@ -57,7 +57,7 @@ Exception error = (Exception) application.getAttribute("MWConfigError");
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td>
|
<td>
|
||||||
<div class="tooltip"><%=Util._t("Search in collections")%>
|
<div class="tooltip"><%=Util._t("Search collections")%>
|
||||||
<span class="tooltiptext"><%=Util._t("When searching the network, should MuWire search collections?")%></span>
|
<span class="tooltiptext"><%=Util._t("When searching the network, should MuWire search collections?")%></span>
|
||||||
</div>
|
</div>
|
||||||
</td>
|
</td>
|
||||||
|
|
Loading…
Reference in New Issue