diff --git a/main/newscorm/lp_edit.php b/main/newscorm/lp_edit.php
index 6dc23741b8..5b24bc28cd 100644
--- a/main/newscorm/lp_edit.php
+++ b/main/newscorm/lp_edit.php
@@ -26,10 +26,8 @@ echo '
'.get_lang('_edit_learnpath').'
';
$defaults=array();
$form = new FormValidator('form1', 'post', 'lp_controller.php');
-
//Title
-$form -> addElement('text', 'lp_name', get_lang('_title'));
-
+$form -> addElement('text', 'lp_name', ucfirst(get_lang('_title')));
//Ecoding
$encoding_select = &$form->addElement('select', 'lp_encoding', get_lang('Charset'));