summaryrefslogtreecommitdiff
path: root/Backend
diff options
context:
space:
mode:
Diffstat (limited to 'Backend')
-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