From 41aa904e336a7351ea0e7e85007d52de554e8765 Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Sun, 20 Oct 2024 17:05:40 +0200 Subject: Remove no-break space --- src/i18n.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/i18n.go b/src/i18n.go index 2eb883c..2ade439 100644 --- a/src/i18n.go +++ b/src/i18n.go @@ -225,7 +225,7 @@ func (p Printer) Date(d time.Time) string { func (p Printer) M(val float64, round bool) string { var valstr string - /* Hack to avoid gotext writing these two ‘translations’ into the + /* Hack to avoid gotext writing these two ‘translations’ into the translations file */ f := p.inner.Sprintf if round { -- cgit v1.2.3