@@ -734,12 +734,15 @@ [_progressBar stop]; [_progressBar draw]; [_progressBar release]; _progressBar = nil; - if (!_quiet) - [of_stdout writeString: @"\n Error!\n"]; + if (!_quiet) { + [of_stdout writeString: @"\n "]; + [of_stdout writeLine: OF_LOCALIZED(@"download_error", + @"Error!")]; + } URL = [_URLs objectAtIndex: _URLIndex - 1]; [of_stderr writeLine: OF_LOCALIZED( @"download_failed_exception", @"%[prog]: Failed to download <%[url]>!\n"