From 125ddd955c04944398bbbf50a2a40bd1cceda4a3 Mon Sep 17 00:00:00 2001 From: "Robert C. Helling" Date: Fri, 6 Jun 2014 21:13:54 +0200 Subject: Display liters with script el Use script ell instead of 'l' for liters to avoid confusion with digit 1. Let's hope that this glyph is available in the common fonts, otherwise we'll have to revert it. [Dirk Hohndel: split commit into two] Signed-off-by: Robert C. Helling Signed-off-by: Dirk Hohndel --- dive.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dive.c b/dive.c index c1b5cae87..1c594db2e 100644 --- a/dive.c +++ b/dive.c @@ -145,7 +145,7 @@ double get_volume_units(unsigned int ml, int *frac, const char **units) case LITER: default: vol = ml / 1000.0; - unit = translate("gettextFromC", "l"); + unit = translate("gettextFromC", "ℓ"); decimals = 1; break; case CUFT: -- cgit v1.2.3-70-g09d2