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:
@@ -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',
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user