lower case for consistency

This commit is contained in:
Joey Hess 2015-01-10 13:41:25 -04:00
parent 11648fd719
commit 0ee09f05d2

View file

@ -111,7 +111,7 @@ showSideAction m = Annex.getState Annex.output >>= go
p = handle q $ putStrLn $ "(" ++ m ++ "...)"
showStoringStateAction :: Annex ()
showStoringStateAction = showSideAction "Recording state in git"
showStoringStateAction = showSideAction "recording state in git"
{- Performs an action, supressing showSideAction messages. -}
doQuietSideAction :: Annex a -> Annex a