minor typos in the help messages

This commit is contained in:
Hamza Zia 2012-07-06 20:56:01 +08:00
parent 21c97bf577
commit 3e190dcb0b

View File

@ -507,12 +507,12 @@
<label class="control-label" for="input_user">Enter the username (optional):</label> <label class="control-label" for="input_user">Enter the username (optional):</label>
<div class="controls"> <div class="controls">
<input type="text" class="input-xlarge" id="input_user"/> <input type="text" class="input-xlarge" id="input_user"/>
<p class="help-block">Enter the username of the server on which the rpc for aria2 is running (empty if authentication not enabled)</p> <p class="help-block">Enter the aria2 RPC username (empty if authentication not enabled)</p>
</div> </div>
<label class="control-label" for="input_pass">Enter the password (optional):</label> <label class="control-label" for="input_pass">Enter the password (optional):</label>
<div class="controls"> <div class="controls">
<input type="password" class="input-xlarge" id="input_pass"/> <input type="password" class="input-xlarge" id="input_pass"/>
<p class="help-block">Enter the password of the server on which the rpc for aria2 is running (empty if authentication not enabled)</p> <p class="help-block">Enter the aria2 RPC password (empty if authentication not enabled)</p>
</div> </div>
</div> </div>
</fieldset> </fieldset>