diff options
author | Thomas Voss <mail@thomasvoss.com> | 2024-10-20 17:05:40 +0200 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2024-10-20 17:05:40 +0200 |
commit | 41aa904e336a7351ea0e7e85007d52de554e8765 (patch) | |
tree | 0a50b2846fce62c1bca6952438e2eb9107535d40 | |
parent | c0a5491a7138b1bc311940af493e909e1f810e99 (diff) |
Remove no-break space
-rw-r--r-- | src/i18n.go | 2 |
1 files changed, 1 insertions, 1 deletions
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 { |