Skip to content

Commit

Permalink
表单提示文字修改
Browse files Browse the repository at this point in the history
  • Loading branch information
hongweipeng committed Dec 12, 2019
1 parent 61f0663 commit dddeb0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion functions.php
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ function themeConfig($form) {
$form->addInput($themeColor);

$allow_user_change_color = new Typecho_Widget_Helper_Form_Element_Radio('allow_user_change_color',
array(0=>_t('拒绝'),1=>_t('允许'),), '1', _t('是否允许用户切换主题色'),_t('浏览者可在右侧切换主题颜色'));
array(0=>_t('拒绝'),1=>_t('允许'),), '1', _t('是否允许用户切换主题色'),_t('浏览者可在右侧切换主题色(仅在该访者上生效)'));
$form->addInput($allow_user_change_color);

$showBlock = new Typecho_Widget_Helper_Form_Element_Checkbox('ShowBlock', array(
Expand Down

0 comments on commit dddeb0d

Please sign in to comment.