The 'acknowledge' string could be used for more than blank requests.

git-svn-id: svn://10.0.0.236/trunk@129606 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
ian%hixie.ch
2002-09-14 12:46:16 +00:00
parent 23f69d1be4
commit 5b9fb951d2

View File

@@ -73,7 +73,7 @@ sub outputReportFatalError {
# dispatcher.output
sub strings {
return (
'acknowledge' => 'A blank output merely acknowledging that something happened',
'acknowledge' => 'A generic output merely acknowledging that something happened',
'request' => 'A prompt for user input (only required for interactive protocols, namely stdout)',
'error' => 'The message given to the user when something goes horribly wrong',
);