Changeset 896

Show
Ignore:
Timestamp:
12/13/06 01:01:08 (2 years ago)
Author:
lknowland
Message:

Clarified the error messaging when the system doesn't have XML::XPath installed. BugID: 45825

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/wheeljack/lib/MT/App/Wizard.pm

    r877 r896  
    3939    [ 'IO::String', 0, 0, 'IO::String is required in order to archive files in backup/restore operation.', 'I/O String'], 
    4040    [ 'Archive::Zip', 0, 0, 'Archive::Zip is required in order to archive files in backup/restore operation.', 'Archive Zip'], 
    41     [ 'XML::XPath', 0, 0, 'XML::XPath and/or its dependencies is required in order to restore.', 'XML XPath'], 
     41    [ 'XML::XPath', 0, 0, 'XML::XPath and/or its dependencies is required in order to restore from multiple files.', 'XML XPath'], 
    4242); 
    4343