Index: trunk/core/units/phrases/phrases_config.php =================================================================== diff -u -N -r7391 -r7702 --- trunk/core/units/phrases/phrases_config.php (.../phrases_config.php) (revision 7391) +++ trunk/core/units/phrases/phrases_config.php (.../phrases_config.php) (revision 7702) @@ -53,10 +53,10 @@ 'TitlePresets' => Array( 'default' => Array( 'new_status_labels' => Array('phrases'=>'!la_title_Adding_Phrase!'), 'edit_status_labels' => Array('phrases'=>'!la_title_Editing_Phrase!'), - 'new_titlefield' => Array('phrases'=>'!la_title_New_Phrase!'), + 'new_titlefield' => Array('phrases'=>''), ), - 'phrase_edit' => Array('prefixes' => Array('phrases'), 'format' => '#phrases_status# - #phrases_titlefield#'), + 'phrase_edit' => Array('prefixes' => Array('phrases'), 'format' => '#phrases_status# #phrases_titlefield#'), ),