Index: branches/5.1.x/core/units/phrases/phrases_event_handler.php =================================================================== diff -u -N -r13151 -r13453 --- branches/5.1.x/core/units/phrases/phrases_event_handler.php (.../phrases_event_handler.php) (revision 13151) +++ branches/5.1.x/core/units/phrases/phrases_event_handler.php (.../phrases_event_handler.php) (revision 13453) @@ -1,6 +1,6 @@ Special == 'import') { + if ($event->Special == 'import' || $event->Special == 'export') { $object->setRequired('LangFile', true); $object->setRequired('Phrase', false); $object->setRequired('l' . $this->Application->GetVar('m_lang') . '_Translation', false); - // allow multiple phrase types to be selected during import + // allow multiple phrase types to be selected during import/export $field_options = $object->GetFieldOptions('PhraseType'); $field_options['type'] = 'string'; $object->SetFieldOptions('PhraseType', $field_options);