change wording as suggested by AO

auto-update
Zlatin Balevsky 2021-10-14 17:55:26 +01:00
parent 8df6bc3b8c
commit 6695cb1390
No known key found for this signature in database
GPG Key ID: A72832072D525E41
2 changed files with 5 additions and 5 deletions

View File

@ -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

View File

@ -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>