Ticket #3666: Improper use of IEC and SI prefixes for size in size_trunc().
commitb3867a6e154420833d6a1117f556b9ab2d64c6ab
authorMichael Osipov <1983-01-06@gmx.net>
Wed, 27 Jul 2016 15:25:10 +0000 (27 17:25 +0200)
committerAndrew Borodin <aborodin@vmail.ru>
Wed, 26 Oct 2016 10:33:12 +0000 (26 13:33 +0300)
treeef1aae007c6c6b41b05283c6c338e6688bae78bd
parentc2e1ec81f63a2f537c1a797a70626f1f0213086d
Ticket #3666: Improper use of IEC and SI prefixes for size in size_trunc().

size_trunc() has been aligned to properly use either IEC or SI prefixes with
the unit B (byte). Additionally always put a space between number and unit
which is required by the norms.

Obsolete gettext message ids have been removed and some cleaned up for
duplicate words or leading spaces.

Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
lib/util.c
src/filemanager/panel.c