Added missing mega bytes unit format to unit selection, #999

This commit is contained in:
Torkel Ödegaard 2015-02-05 10:56:39 +01:00
parent 858d7be8cf
commit 2cc9515fd6

View File

@ -509,7 +509,8 @@ function($, _, moment) {
submenu: [
{text: 'bits', value: 'bits'},
{text: 'bytes', value: 'bytes'},
{text: 'kilobytes', value: 'kbytes'},
{text: 'kilo bytes', value: 'kbytes'},
{text: 'mega bytes', value: 'mbytes'},
]
},
{