From e95a9fa5ef303d2e997003e4d467457b118d5319 Mon Sep 17 00:00:00 2001 From: Stephan Erb Date: Fri, 4 Apr 2008 09:51:49 +0000 Subject: [PATCH] Fix indentation. --- src/common/helpers.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/common/helpers.py b/src/common/helpers.py index 4f4f0a625..914a81e80 100644 --- a/src/common/helpers.py +++ b/src/common/helpers.py @@ -190,8 +190,8 @@ def convert_bytes(string): suffix = _('%s MB') else: if use_kib_mib: - #KiB means kibibyte - suffix = _('%s KiB') + #KiB means kibibyte + suffix = _('%s KiB') else: #KB means kilo bytes suffix = _('%s KB') @@ -247,7 +247,7 @@ def get_uf_show(show, use_mnemonic = False): else: uf_show = _('Available') elif show == 'connecting': - uf_show = _('Connecting') + uf_show = _('Connecting') elif show == 'away': if use_mnemonic: uf_show = _('A_way')