Project

General

Profile

« Previous | Next » 

Revision 89dfec92

Added by Andreas Kohlbecker about 12 years ago

Fixing typo in error message

View differences:

5.x/modules/cdm_dataportal/cdm_api/cdm_api.module
1251 1251
function _no_classfication_uuid_message(){
1252 1252

  
1253 1253
  if(!cdm_ws_get(CDM_WS_PORTAL_TAXONOMY)){
1254
    return t('This DataPortal is not configured properly or the CDM-Sever may be absent.')
1255
      . 'Please check the ' . l(t('CDM web service URL'), 'admin/settings/cdm_dataportal/general')
1254
    return t('This DataPortal is not configured properly or the CDM-Server may be absent.')
1255
      . ' Please check the ' . l(t('CDM web service URL'), 'admin/settings/cdm_dataportal/general')
1256 1256
      . t(', or contact the maintainer of this DataPortal.');
1257 1257
  }
1258 1258

  

Also available in: Unified diff