Index: trunk/SDToolBox/outputmessages.py =================================================================== diff -u -r41 -r42 --- trunk/SDToolBox/outputmessages.py (.../outputmessages.py) (revision 41) +++ trunk/SDToolBox/outputmessages.py (.../outputmessages.py) (revision 42) @@ -10,8 +10,8 @@ error_no_valid_input_data = 'No InputData object was provided.' error_not_enough_coordinates = '' + \ 'Not enough coordinates were provided as InputData.coord_list.' -error_no_valid_dict_of_vars = '' + \ - 'A dictionary of variables (key: value) should be provided.' +error_no_valid_list_of_vars = '' + \ + 'A list of variables (key) to extract should be provided.' error_not_initialized_data_dict = '' + \ 'Data dictionary has not been initialized, ' + \ - 'no xarray or netCDF can be created.' \ No newline at end of file + 'no xarray or netCDF can be created.'