typo in comments
This commit is contained in:
parent
04ff1b7f73
commit
27658039c2
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ def convert_bytes(string):
|
|||
bytes = round(bytes/1024.,1)
|
||||
if bytes >= 1024:
|
||||
bytes = round(bytes/1024.,1)
|
||||
#Mb means giga bytes
|
||||
#Gb means giga bytes
|
||||
suffix = _('%s Gb')
|
||||
else:
|
||||
#Mb means mega bytes
|
||||
|
|
Loading…
Add table
Reference in a new issue