diff --git a/Backend/File.hs b/Backend/File.hs index 9bc5a2aa63..073a7c2267 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