Minor - Fixed language term name

1.9.x
Yannick Warnier 12 years ago
parent d92f84ee1e
commit 16474140e9
  1. 2
      main/work/work.lib.php

@ -3716,7 +3716,7 @@ function getUploadDocumentType()
return array(
0 => get_lang('AllowFileOrText'),
1 => get_lang('AllowOnlyText'),
2 => get_lang('AllowFiles')
2 => get_lang('AllowOnlyFiles')
);
}

Loading…
Cancel
Save