Index: trunk/phase3/languages/Language.php |
— | — | @@ -3810,7 +3810,7 @@ |
3811 | 3811 | * @return string |
3812 | 3812 | */ |
3813 | 3813 | function formatBitrate( $bps ) { |
3814 | | - $units = array( 'bps', 'kbps', 'Mbps', 'Gbps', 'Tbps', 'Pbps', 'Ebps', 'Zbps', 'Ypbs' ); |
| 3814 | + $units = array( 'bps', 'kbps', 'Mbps', 'Gbps', 'Tbps', 'Pbps', 'Ebps', 'Zbps', 'Ybps' ); |
3815 | 3815 | if ( $bps <= 0 ) { |
3816 | 3816 | return $this->formatNum( $bps ) . $units[0]; |
3817 | 3817 | } |