Ticket #1318: ftp_choose_dir.php.patch

File ftp_choose_dir.php.patch, 0.5 kB (added by Haeber, 6 months ago)

patch against r1183.

  • gui/client/ftp_choose_dir.php

    old new  
    4343        // Get the directory listing 
    4444        $list = $vfs->ls($path); 
    4545        if (!$list) { 
    46                 set_page_message(tr('cannot open directory !<br />Please contact your administrator !')); 
     46                set_page_message(tr('Cannot open directory !<br />Please contact your administrator !')); 
    4747                return; 
    4848        } 
    4949        // Show parent directory link