Index: branches/5.1.x/core/units/phrases/phrases_config.php =================================================================== diff -u -r13545 -r13750 --- branches/5.1.x/core/units/phrases/phrases_config.php (.../phrases_config.php) (revision 13545) +++ branches/5.1.x/core/units/phrases/phrases_config.php (.../phrases_config.php) (revision 13750) @@ -1,6 +1,6 @@ Array ('type' => 'int', 'not_null' => 1, 'default' => 0), 'Phrase' => Array ( 'type' => 'string', - 'required' => 1, 'unique' => Array (), - 'not_null' => 1, 'default' => '', + 'formatter' => 'kFormatter', 'regexp' => '/^(la|lu)_[A-Z\d:_\-\.]+$/i', 'unique' => Array (), + 'not_null' => 1, 'required' => 1, 'default' => '', ), 'PhraseKey' => Array ('type' => 'string', 'max_len' => 255, 'not_null' => 1, 'default' => ''), 'Translation' => Array ('type' => 'string', 'formatter' => 'kMultiLanguage', 'required' => 1, 'using_fck' => 1, 'default' => NULL, 'db_type' => 'text'),