harmonize some strings

This commit is contained in:
Zlatin Balevsky
2020-05-21 11:31:27 +01:00
parent 017454c4b3
commit 0d783a6bcd
2 changed files with 2 additions and 2 deletions

View File

@ -48,7 +48,7 @@ public class SearchServlet extends HttpServlet {
if (newUUID != null)
resp.sendRedirect("/MuWire/Home?uuid=" + newUUID.toString());
else
resp.sendError(403, Util._t("Please enter a search keyword or hash"));
resp.sendError(403, Util._t("Please enter a search keyword or file hash"));
} else if (action.equals("stop")) {
String uuidString = req.getParameter("uuid");
UUID uuid = UUID.fromString(uuidString);

View File

@ -5,7 +5,7 @@
<%
String pagetitle=Util._t("Subscriptions");
String helptext = Util._t("This page shows the trust lists of the users you have subscribed to.");
String helptext = Util._t("This page shows the trust lists you are subscribed to.");
%>
<html>