Fix pluralization in template loading error message

This commit is contained in:
Maximilian Tagher 2015-01-17 22:41:55 -08:00
parent f9ee741b92
commit e2bcad6209

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