Index: trunk/phase3/languages/Language.php |
— | — | @@ -3846,7 +3846,7 @@ |
3847 | 3847 | // For MB and bigger two decimal places are smarter |
3848 | 3848 | $round = 2; |
3849 | 3849 | } |
3850 | | - $msg = str_replace( '$1', $messageKey, $sizes[$index] ); |
| 3850 | + $msg = str_replace( '$1', $sizes[$index], $messageKey ); |
3851 | 3851 | |
3852 | 3852 | $size = round( $size, $round ); |
3853 | 3853 | $text = $this->getMessageFromDB( $msg ); |