harmonize some strings
This commit is contained in:
@ -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);
|
||||
|
@ -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>
|
||||
|
Reference in New Issue
Block a user