updated help message for new download

This commit is contained in:
hamza zia 2012-08-27 20:53:32 +08:00
parent 6f300f9c09
commit 96881b6d03

View File

@ -665,7 +665,7 @@
<div class="controls"> <div class="controls">
<input type="text" class="input-xlarge" id="newDownload_url" placeholder="http://example.com"/> <input type="text" class="input-xlarge" id="newDownload_url" placeholder="http://example.com"/>
<button class="btn" href="#" id="multiple_uris"><i class="icon-plus-sign"></i></button> <button class="btn" href="#" id="multiple_uris"><i class="icon-plus-sign"></i></button>
<span class="help-block">URI can be HTTP(S)/FTP/BitTorrent Magnet URI</span> <span class="help-block">URI can be HTTP(S)/FTP/BitTorrent Magnet URI. You can add multiple uris for the SAME file and the aria2 will accelerate download by downloading from many uris at the same time.</span>
</div> </div>
</div> </div>
</fieldset> </fieldset>