diff options
author | Ahmad Samir <ahmad@mageia.org> | 2011-04-02 19:39:51 +0000 |
---|---|---|
committer | Ahmad Samir <ahmad@mageia.org> | 2011-04-02 19:39:51 +0000 |
commit | b669b354a83790133e9d1be5c7796594bf9cfe22 (patch) | |
tree | aa0ec2ee89a4aee11369bb5ebb3f3997526438b3 /perl-install/interactive | |
parent | 14d4269e46245ec89e8106428f558973b127d3b2 (diff) | |
download | drakx-backup-do-not-use-b669b354a83790133e9d1be5c7796594bf9cfe22.tar drakx-backup-do-not-use-b669b354a83790133e9d1be5c7796594bf9cfe22.tar.gz drakx-backup-do-not-use-b669b354a83790133e9d1be5c7796594bf9cfe22.tar.bz2 drakx-backup-do-not-use-b669b354a83790133e9d1be5c7796594bf9cfe22.tar.xz drakx-backup-do-not-use-b669b354a83790133e9d1be5c7796594bf9cfe22.zip |
- use 'cannot' instead of 'can not'
- use 'LDAP' instead of 'Ldap'
Diffstat (limited to 'perl-install/interactive')
-rw-r--r-- | perl-install/interactive/http.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/interactive/http.pm b/perl-install/interactive/http.pm index 154fb4639..1370a4a0e 100644 --- a/perl-install/interactive/http.pm +++ b/perl-install/interactive/http.pm @@ -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 { |