mirror of https://github.com/zlatinb/muwire
harmonize some strings
parent
017454c4b3
commit
0d783a6bcd
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue