Browse Source

Change audio variable for audio for item x - refs #7403

Yannick Warnier 10 years ago
parent
commit
c2cd202845
1 changed files with 1 additions and 1 deletions
  1. 1 1
      main/newscorm/lp_add_audio.php

+ 1 - 1
main/newscorm/lp_add_audio.php

@@ -123,7 +123,7 @@ $tpl->assign('lp_dir', api_remove_trailing_slash($lpPathInfo['dir']));
 $recordVoiceForm .= $tpl->fetch('default/learnpath/record_voice.tpl');
 $form->addElement('header', get_lang('Or'));
 $form->addElement('header', get_lang('AudioFile'));
-$form->addElement('html', get_lang('AudioFilefor').' '.$lp_item->get_title());
+$form->addElement('html', sprintf(get_lang('AudioFileForItemX'), $lp_item->get_title()));
 
 if (!empty($file)) {
     $audioPlayer = '<div id="preview">'.