aboutsummaryrefslogtreecommitdiff
path: root/Messages.hs
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2015-01-10 13:41:25 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2015-01-10 13:41:25 -0400
commit134ffc75d80b0b8c56a0e4ef2256f2e9f17a6f20 (patch)
tree1bf69f2d8f822d060f2edfef12b46d43653286dc /Messages.hs
parentb7f4b51ba64f182cb2b68fb556666ba68359dfa7 (diff)
lower case for consistency
Diffstat (limited to 'Messages.hs')
-rw-r--r--Messages.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Messages.hs b/Messages.hs
index 28314bace..976ba96d7 100644
--- a/Messages.hs
+++ b/Messages.hs
@@ -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