Juan Carlos Raña 13 年之前
父节点
当前提交
048150c349
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      main/document/record_audio_wami.php

+ 1 - 1
main/document/record_audio_wami.php

@@ -195,7 +195,7 @@ echo '</div>';
 
 <div align="center" style="margin-top:150px;">
 <form name="form_wami_recorder">
-<input placeholder="<?php echo get_lang('InputHereName'); ?>" type="text" id="audio_title"><br/>
+<input placeholder="<?php echo get_lang('InputNameHere'); ?>" type="text" id="audio_title"><br/>
 <button type="button" value="" onclick="setupRecorder()" id="audio_button" /><?php echo get_lang('Activate'); ?></button>
 <button type="button" value="" onclick="newNameRecord()" id="new_name" /><?php echo get_lang('Reload'); ?></button>
 <?php echo Display :: return_icon('info3.gif', get_lang('WamiNeedFilename').' '.get_lang('WamiFlashDialog').' '.get_lang('WamiReload'), array('align' => 'absmiddle', 'hspace' => '3px'), false); ?>