1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 05:25:56 +00:00

rename confusing bwlimit option on login page

This commit is contained in:
Andrew Dolgov
2010-10-13 14:48:15 +04:00
parent a286795d6f
commit 5d44aec110

View File

@@ -166,7 +166,7 @@ function validateLoginForm(f) {
<input name="bw_limit" id="bw_limit" type="checkbox"
onchange="bwLimitChange(this)">
<label for="bw_limit">
<?php echo __("Limit bandwidth usage") ?></label></div>
<?php echo __("Use less traffic") ?></label></div>
</td></tr>