From 5b9fb951d2bb024d5d1a6cf053be6a941bd37db7 Mon Sep 17 00:00:00 2001 From: "ian%hixie.ch" Date: Sat, 14 Sep 2002 12:46:16 +0000 Subject: [PATCH] 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 --- mozilla/webtools/PLIF/PLIF/Service/GenericOutputs.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mozilla/webtools/PLIF/PLIF/Service/GenericOutputs.pm b/mozilla/webtools/PLIF/PLIF/Service/GenericOutputs.pm index a721f93c7fc..af9856a861e 100644 --- a/mozilla/webtools/PLIF/PLIF/Service/GenericOutputs.pm +++ b/mozilla/webtools/PLIF/PLIF/Service/GenericOutputs.pm @@ -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', );