Fix indentation.

This commit is contained in:
Stephan Erb 2008-04-04 09:51:49 +00:00
parent bea91baeaa
commit e95a9fa5ef
1 changed files with 3 additions and 3 deletions

View File

@ -190,8 +190,8 @@ def convert_bytes(string):
suffix = _('%s MB') suffix = _('%s MB')
else: else:
if use_kib_mib: if use_kib_mib:
#KiB means kibibyte #KiB means kibibyte
suffix = _('%s KiB') suffix = _('%s KiB')
else: else:
#KB means kilo bytes #KB means kilo bytes
suffix = _('%s KB') suffix = _('%s KB')
@ -247,7 +247,7 @@ def get_uf_show(show, use_mnemonic = False):
else: else:
uf_show = _('Available') uf_show = _('Available')
elif show == 'connecting': elif show == 'connecting':
uf_show = _('Connecting') uf_show = _('Connecting')
elif show == 'away': elif show == 'away':
if use_mnemonic: if use_mnemonic:
uf_show = _('A_way') uf_show = _('A_way')