i18n: Fix golint issue

i18n/translationProvider.go:48:21: error strings should not be capitalized or end with punctuation or a newline
This commit is contained in:
Cameron Moore 2018-09-06 15:27:44 -05:00 committed by Bjørn Erik Pedersen
parent 7231869ba8
commit 10dc87bf86

View file

@ -45,7 +45,7 @@ func (tp *TranslationProvider) Update(d *deps.Deps) error {
en := language.GetPluralSpec("en")
if en == nil {
return errors.New("The English language has vanished like an old oak table!")
return errors.New("the English language has vanished like an old oak table")
}
var newLangs []string