]> git.saurik.com Git - apt.git/blobdiff - methods/ftp.cc
Complete unfuzzification of PO files after the capitalization fixes
[apt.git] / methods / ftp.cc
index b744d9882f7d888967eebbc9bacd34fedc3286bd..8bf8a2ee6d13161685ba468e3109aba571bd3792 100644 (file)
@@ -229,7 +229,7 @@ bool FTPConn::Login()
       if (ReadResp(Tag,Msg) == false)
         return false;
       if (Tag >= 400)
-        return _error->Error(_("Server refused our connection and said: %s"),Msg.c_str());
+        return _error->Error(_("The server refused the connection and said: %s"),Msg.c_str());
       
       // Perform proxy script execution
       Configuration::Item const *Opts = _config->Tree("Acquire::ftp::ProxyLogin");