View | Details | Raw Unified | Return to bug 25346
Collapse All | Expand All

(-)a/misc/translator/LangInstaller.pm (-2 / +1 lines)
Lines 686-692 sub install_installer { Link Here
686
    my $db_scheme = $self->{context}->config('db_scheme');
686
    my $db_scheme = $self->{context}->config('db_scheme');
687
    my $langdir  = "$intradir/installer/data/$db_scheme/$self->{lang}";
687
    my $langdir  = "$intradir/installer/data/$db_scheme/$self->{lang}";
688
    if ( -d $langdir ) {
688
    if ( -d $langdir ) {
689
        say "$self->{lang} installer dir $langdir already exists.\nDelete it if you want to recreate it.";
689
        say "$self->{lang} installer dir $langdir already exists.\nDelete it if you want to recreate it." if $self->{verbose};
690
        return;
690
        return;
691
    }
691
    }
692
692
693
- 

Return to bug 25346