From dddeb0d0c09b84f5b33492b67a951d8518541b08 Mon Sep 17 00:00:00 2001 From: hongweipeng Date: Thu, 12 Dec 2019 15:27:58 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A1=A8=E5=8D=95=E6=8F=90=E7=A4=BA=E6=96=87?= =?UTF-8?q?=E5=AD=97=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions.php b/functions.php index 885a24f..fdb714c 100644 --- a/functions.php +++ b/functions.php @@ -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(