Browse Source

Fixed t tags

pull/72/head
Ben Woodhead 13 years ago
parent
commit
9babc676d8
  1. 4
      fedora_repository.module

4
fedora_repository.module

@ -247,8 +247,8 @@ function fedora_repository_ingest_form_validate($form, &$form_state) {
if (!empty($file)) {
if (!in_array($dformat, $allowedMimeTypes)) {
form_set_error('ingest-file-location',
t('The uploaded file\'s mimetype ') .
'(' . $dformat . ') ' .
t('The uploaded file\'s mimetype') .
' (' . $dformat . ') ' .
t('is not associated with this Content Model. The allowed types are') .
' ' . implode(' ', $allowedMimeTypes));
file_delete($file);

Loading…
Cancel
Save