mirror of https://github.com/zlatinb/muwire
change message for Browse and Feeds input box
parent
31a607ed7d
commit
45659f0dca
|
@ -52,6 +52,7 @@ public class Util {
|
|||
_x("Downloaded Pieces"),
|
||||
_x("Downloader"),
|
||||
_x("Downloading"),
|
||||
_x("Enter a full MuWire id"),
|
||||
_x("Enter Reason (Optional)"),
|
||||
_x("ETA"),
|
||||
_x("Feed configuration for {0}"),
|
||||
|
|
|
@ -23,7 +23,7 @@ String pagetitle=Util._t("Browse Host");
|
|||
<aside>
|
||||
<div class="menubox-divider"></div>
|
||||
<div class="menubox">
|
||||
<h2>Browse</h2>
|
||||
<h2><%=Util._t("Enter a full MuWire id")%></h2>
|
||||
<form action="/MuWire/Browse" method="post">
|
||||
<input type="text" name="host">
|
||||
<input type="hidden" name="action" value="browse">
|
||||
|
|
|
@ -23,7 +23,7 @@ String pagetitle=Util._t("Feeds");
|
|||
<aside>
|
||||
<div class="menubox-divider"></div>
|
||||
<div class="menubox">
|
||||
<h2>Browse</h2>
|
||||
<h2><%=Util._t("Enter a full MuWire id")%></h2>
|
||||
<form action="/MuWire/Feed" method="post">
|
||||
<input type="text" name="host">
|
||||
<input type="hidden" name="action" value="subscribe">
|
||||
|
|
Loading…
Reference in New Issue