summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-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 {