Merge pull request #911 from MaxGabriel/patch-3

Fix pluralization in template loading error message
This commit is contained in:
Greg Weber 2015-01-18 09:23:49 -08:00
commit b5648f8756

View File

@ -102,7 +102,7 @@ combine func file isReload tls = do
, func , func
, " on " , " on "
, show file , show file
, ", but no template were found." , ", but no templates were found."
] ]
exps -> return $ DoE $ map NoBindS exps exps -> return $ DoE $ map NoBindS exps
where where