mirror of https://github.com/zlatinb/muwire
change wording as suggested by AO
parent
8df6bc3b8c
commit
6695cb1390
|
@ -8,7 +8,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: I2P MuWire\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"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
|
@ -562,7 +562,7 @@ msgid "Use this page to change MuWire options."
|
|||
msgstr ""
|
||||
|
||||
#: build/tmp_jsp/com/muwire/webui/ConfigurationPage_jsp.java:282
|
||||
msgid "Search in comments"
|
||||
msgid "Search comments"
|
||||
msgstr ""
|
||||
|
||||
#: build/tmp_jsp/com/muwire/webui/ConfigurationPage_jsp.java:284
|
||||
|
@ -572,7 +572,7 @@ msgid ""
|
|||
msgstr ""
|
||||
|
||||
#: build/tmp_jsp/com/muwire/webui/ConfigurationPage_jsp.java:288
|
||||
msgid "Search in collections"
|
||||
msgid "Search collections"
|
||||
msgstr ""
|
||||
|
||||
#: build/tmp_jsp/com/muwire/webui/ConfigurationPage_jsp.java:290
|
||||
|
|
|
@ -49,7 +49,7 @@ Exception error = (Exception) application.getAttribute("MWConfigError");
|
|||
<table>
|
||||
<tr>
|
||||
<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>
|
||||
</div>
|
||||
</td>
|
||||
|
@ -57,7 +57,7 @@ Exception error = (Exception) application.getAttribute("MWConfigError");
|
|||
</tr>
|
||||
<tr>
|
||||
<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>
|
||||
</div>
|
||||
</td>
|
||||
|
|
Loading…
Reference in New Issue