fix comment
This commit is contained in:
parent
50679ba5c2
commit
0709dec1c0
1 changed files with 1 additions and 0 deletions
|
@ -30,6 +30,7 @@ Q_ = i18n.Q_
|
|||
def convert_bytes(string):
|
||||
suffix = ''
|
||||
# IEC standard says KiB = 1024 bytes KB = 1000 bytes
|
||||
# but do we use the standard?
|
||||
use_kib_mib = gajim.config.get('use_kib_mib')
|
||||
align = 1024.
|
||||
bytes = float(string)
|
||||
|
|
Loading…
Add table
Reference in a new issue