summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2011-01-05 20:28:50 -0400
committerGravatar Joey Hess <joey@kitenet.net>2011-01-05 20:28:50 -0400
commitd134da6dab42d4c99a614fd4081d6d9b8b7b51ad (patch)
tree55a22e64ae7006f8a81f9a5592857d51d10d7815
parent27619497ec02685b740c838e512fc61e013c4ec3 (diff)
tweak message
-rw-r--r--Backend/File.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Backend/File.hs b/Backend/File.hs
index 9bc5a2aa6..073a7c226 100644
--- a/Backend/File.hs
+++ b/Backend/File.hs
@@ -137,7 +137,7 @@ showLocations key exclude = do
showTriedRemotes :: [Git.Repo] -> Annex ()
showTriedRemotes [] = return ()
showTriedRemotes remotes =
- showLongNote $ "I was unable to access these remotes: " ++
+ showLongNote $ "Unable to access these remotes: " ++
Remotes.list remotes
getNumCopies :: Maybe Int -> Annex Int