diff options
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 |