Duplicate string
authorJamie Cameron <jcameron@webmin.com>
Sun, 11 Jan 2009 23:15:55 +0000 (23:15 +0000)
committerJamie Cameron <jcameron@webmin.com>
Sun, 11 Jan 2009 23:15:55 +0000 (23:15 +0000)
status/ftp-monitor.pl
status/lang/en

index f1a78ca..87a4b53 100644 (file)
@@ -44,7 +44,8 @@ eval {
                if ($_[0]->{'file'}) {
                        $ok = $ftps->get($_[0]->{'file'}, $temp);
                        if (!$ok) {
-                               $error = &text('ftp_efile',$ftps->last_message);
+                               $error = &text('ftp_etlsfile',
+                                              $ftps->last_message);
                                return 0;
                                }
                        }
index d60d26f..183b0ce 100644 (file)
@@ -387,7 +387,7 @@ ftp_etls=TLS cannot be enabled unless the $1 Perl module is installed
 ftp_econn=TLS FTP connection failed
 ftp_econn2=TLS FTP connection failed : $1
 ftp_elogin=TLS FTP login failed : $1
-ftp_efile=TLS FTP download failed : $1
+ftp_etlsfile=TLS FTP download failed : $1
 
 query_driver=SQL database type
 query_db=Database name