diff options
author | Christian Perrier <bubulle@debian.org> | 2005-03-09 08:11:17 +0000 |
---|---|---|
committer | Christian Perrier <bubulle@debian.org> | 2005-03-09 08:11:17 +0000 |
commit | 1169dbfa1b4551f3cf64de025aa4b0fc02927c64 (patch) | |
tree | 326aeba92a292bcdeb43b2cc3d5ae20373eea126 /methods | |
parent | 7b72766d78671ad7e783ca6e6eba7c16dd588ed9 (diff) |
Complete unfuzzification of PO files after the capitalization fixes
Diffstat (limited to 'methods')
-rw-r--r-- | methods/ftp.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/methods/ftp.cc b/methods/ftp.cc index b744d9882..8bf8a2ee6 100644 --- a/methods/ftp.cc +++ b/methods/ftp.cc @@ -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"); |