From: Hanchen Wang Date: Mon, 13 Jun 2016 15:38:39 +0000 (-0400) Subject: hugolib: futureStats plural X-Git-Tag: v0.17~290 X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=eeaafb4b261472db5b9f27a12b7fcd57f66ff48c;p=brevno-suite%2Fhugo hugolib: futureStats plural --- diff --git a/hugolib/site.go b/hugolib/site.go index c8e737a1..c23a5a58 100644 --- a/hugolib/site.go +++ b/hugolib/site.go @@ -2163,7 +2163,7 @@ func (s *Site) futureStats() string { case 1: msg = "1 future rendered" default: - msg = fmt.Sprintf("%d future rendered", s.futureCount) + msg = fmt.Sprintf("%d futures rendered", s.futureCount) } if viper.GetBool("BuildFuture") {