The CB 1.7.1 English language plugin should be installed if you want to make language string customizations on your English CB site. You should not directly modify strings in the default_language folders as such changes will be over-written when you upgrade CB.
line 424 of your language.php file has changed.
for english language this was:
DEFINE('_UE_NAME_STYLE_DESC','The name style details how you what to capture the name field in Joomla/Mambo.');
and became:
DEFINE('_UE_NAME_STYLE_DESC','The name style details how you want to capture the name field in Joomla/Mambo.');
This plugin should be used with CB 1.2.3 if you want to customize the default language strings.
You should unzip the file, make modifications you want to language strings and repackage.
Then install as a CB plugin on your english site.