Use proper unit conventions for Kilo
This commit is contained in:
parent
eeb73b7206
commit
9f3e1d61d1
3 changed files with 4 additions and 4 deletions
|
@ -194,7 +194,7 @@ class PreferenceController extends Zend_Controller_Action
|
|||
$stream_bitrates = array();
|
||||
foreach ($temp_bitrate as $type) {
|
||||
if (intval($type) <= $max_bitrate) {
|
||||
$stream_bitrates[trim($type)] = strtoupper(trim($type))." Kbit/s";
|
||||
$stream_bitrates[trim($type)] = strtoupper(trim($type))." kbit/s";
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue