Changeset 6775


Ignore:
Timestamp:
2004-02-12T12:39:19+13:00 (20 years ago)
Author:
jrm21
Message:

should be looking up {common.cannot_find_cfg_file} instead of
{import.cannot_find_cfg_file}

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl/bin/script/import.pl

    r6584 r6775  
    424424
    425425    } else {
    426     die &lookup_string("{import.cannot_find_cfg_file}") . " $configfilename\n";
     426    die &lookup_string("{common.cannot_find_cfg_file}") . " $configfilename\n";
    427427    }
    428428
Note: See TracChangeset for help on using the changeset viewer.