summaryrefslogtreecommitdiffhomepage
path: root/src/i18n.go
diff options
context:
space:
mode:
authorThomas Voss <mail@thomasvoss.com> 2024-10-20 17:05:40 +0200
committerThomas Voss <mail@thomasvoss.com> 2024-10-20 17:05:40 +0200
commit41aa904e336a7351ea0e7e85007d52de554e8765 (patch)
tree0a50b2846fce62c1bca6952438e2eb9107535d40 /src/i18n.go
parentc0a5491a7138b1bc311940af493e909e1f810e99 (diff)
Remove no-break space
Diffstat (limited to 'src/i18n.go')
-rw-r--r--src/i18n.go2
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 {