shithub: hugo

Download patch

ref: eeaafb4b261472db5b9f27a12b7fcd57f66ff48c
parent: fb0c1350d4cc732e553591f093c17b2e50f83b8c
author: Hanchen Wang <[email protected]>
date: Mon Jun 13 07:38:39 EDT 2016

hugolib: futureStats plural

--- a/hugolib/site.go
+++ b/hugolib/site.go
@@ -2163,7 +2163,7 @@
 	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") {