diff options
Diffstat (limited to 'perl-install/interactive/http.pm')
| -rw-r--r-- | perl-install/interactive/http.pm | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/perl-install/interactive/http.pm b/perl-install/interactive/http.pm index 52372ab7a..70017c41d 100644 --- a/perl-install/interactive/http.pm +++ b/perl-install/interactive/http.pm @@ -1,4 +1,4 @@ -package interactive::http; # $Id$ +package interactive::http;  use diagnostics;  use strict; @@ -115,7 +115,7 @@ sub ask_fromW {  	open_stdout(); # re-open for writing  	cont_stdout(N("Error")); -	print $q->h1(N("Error")), $q->p("Sorry, you can not go back"); +	print $q->h1(N("Error")), $q->p("Sorry, you cannot go back");  	goto redisplay;      }      each_index { | 
