(trunk web) rephrase idle limit text

This commit is contained in:
Mitchell Livingston 2011-09-14 12:21:58 +00:00
parent 6b8a224059
commit 7cbfc15f20
1 changed files with 1 additions and 1 deletions

View File

@ -90,7 +90,7 @@
<div class="title">Seeding</div>
<div class="row"><div class="key"><input type="checkbox" id="seedRatioLimited"/><label for="seedRatioLimited">Stop seeding at ratio:</label></div>
<div class="value"><input type="text" class="numberinput" id="seedRatioLimit"/></div></div>
<div class="row"><div class="key"><input type="checkbox" id="idle-seeding-limit-enabled"/><label for="idle-seeding-limit-enabled">Stop seeding if idle for N minutes:</label></div>
<div class="row"><div class="key"><input type="checkbox" id="idle-seeding-limit-enabled"/><label for="idle-seeding-limit-enabled">Stop seeding if idle for (min):</label></div>
<div class="value"><input type="text" class="numberinput" id="idle-seeding-limit"/></div></div>
</div>
</div>