改进附件编辑

This commit is contained in:
fen
2013-10-15 21:08:25 +08:00
parent 5b7dcf6726
commit c719c49872
7 changed files with 47 additions and 31 deletions
+1 -1
View File
@@ -117,7 +117,7 @@ class Widget_Contents_Attachment_Edit extends Widget_Contents_Post_Edit implemen
Typecho_Widget_Helper_Form::POST_METHOD);
/** 附件名称 */
$name = new Typecho_Widget_Helper_Form_Element_Text('name', NULL, $this->title, _t('标题*'));
$name = new Typecho_Widget_Helper_Form_Element_Text('name', NULL, $this->title, _t('标题 *'));
$form->addInput($name);
/** 附件缩略名 */