summaryrefslogtreecommitdiffstats
path: root/ftp_wizard
diff options
context:
space:
mode:
authorAntoine Ginies <aginies@mandriva.com>2004-02-26 17:13:29 +0000
committerAntoine Ginies <aginies@mandriva.com>2004-02-26 17:13:29 +0000
commit937d60bdd8424358bcb6e02c6c459ffb86b234a2 (patch)
tree81e05850ffc067ec7fca593eda57aca939015ba8 /ftp_wizard
parent0a4ecee3cc299489d5d44beb84ab822214164f67 (diff)
downloaddrakwizard-937d60bdd8424358bcb6e02c6c459ffb86b234a2.tar
drakwizard-937d60bdd8424358bcb6e02c6c459ffb86b234a2.tar.gz
drakwizard-937d60bdd8424358bcb6e02c6c459ffb86b234a2.tar.bz2
drakwizard-937d60bdd8424358bcb6e02c6c459ffb86b234a2.tar.xz
drakwizard-937d60bdd8424358bcb6e02c6c459ffb86b234a2.zip
fix typo (thx Peroyvind Karlsen)
Diffstat (limited to 'ftp_wizard')
-rwxr-xr-xftp_wizard/Proftpd.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/ftp_wizard/Proftpd.pm b/ftp_wizard/Proftpd.pm
index af0bea07..fec232a1 100755
--- a/ftp_wizard/Proftpd.pm
+++ b/ftp_wizard/Proftpd.pm
@@ -112,7 +112,7 @@ $o->{pages} = {
next => 'config',
},
error_shell => {
- name => N("I can't find bash in list of shells! It seems you modify it by hand ! Please correct."),
+ name => N("I can't find bash in list of shells! It seems you have modified it by hand ! Please correct."),
no_back => 1,
end => 1,
next => 0,