diff options
author | Nick White <git@njw.name> | 2022-10-27 16:32:07 +0100 |
---|---|---|
committer | Nick White <git@njw.name> | 2022-10-27 16:32:07 +0100 |
commit | 2aabbfeb7173d682fc28cc512afc13bab2ce0ee7 (patch) | |
tree | 151e3b93c971bd391b59906e89a97d8104493420 /cmd/rescribe/gui.go | |
parent | 811601e4b446b1c598af965b74155f7f76ffb7e9 (diff) |
gofmt
Diffstat (limited to 'cmd/rescribe/gui.go')
-rw-r--r-- | cmd/rescribe/gui.go | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/cmd/rescribe/gui.go b/cmd/rescribe/gui.go index 5031f0d..f03d66e 100644 --- a/cmd/rescribe/gui.go +++ b/cmd/rescribe/gui.go @@ -35,9 +35,9 @@ var progressPoints = map[float64]string{ } var trainingNames = map[string]string{ - "eng": "English (modern print)", - "lat": "Latin (modern print)", - "rescribev9_fast": "Latin/English/French (printed ca 1500-1800)", + "eng": "English (modern print)", + "lat": "Latin (modern print)", + "rescribev9_fast": "Latin/English/French (printed ca 1500-1800)", } // copyStdoutToChan creates a pipe to copy anything written |