diff --git a/install.php b/install.php index 128da8b2..4019dca5 100644 --- a/install.php +++ b/install.php @@ -595,7 +595,7 @@ Typecho_Db::set(\$db);

GPL 协议发布,我们允许用户在 GPL 协议许可的范围内使用,拷贝,修改和分发此程序. -您可以自由地将其用于商业以及非商业用途.'); ?>

+在GPL许可的范围内,您可以自由地将其用于商业以及非商业用途.'); ?>

diff --git a/var/Widget/Users/Edit.php b/var/Widget/Users/Edit.php index a40c81b0..a406fce7 100644 --- a/var/Widget/Users/Edit.php +++ b/var/Widget/Users/Edit.php @@ -110,7 +110,7 @@ class Widget_Users_Edit extends Widget_Abstract_Users implements Widget_Interfac /** 用户密码 */ $password = new Typecho_Widget_Helper_Form_Element_Password('password', NULL, NULL, _t('用户密码'), _t('为此用户分配一个密码.') - . '
' . _t('建议使用特殊字符与字母的混编样式,以增加系统安全性.')); + . '
' . _t('建议使用特殊字符与字母、数字的混编样式,以增加系统安全性.')); $password->input->setAttribute('class', 'w-60'); $form->addInput($password); diff --git a/var/Widget/Users/Profile.php b/var/Widget/Users/Profile.php index 06a57300..cef6c36c 100644 --- a/var/Widget/Users/Profile.php +++ b/var/Widget/Users/Profile.php @@ -211,7 +211,7 @@ class Widget_Users_Profile extends Widget_Users_Edit implements Widget_Interface /** 用户密码 */ $password = new Typecho_Widget_Helper_Form_Element_Password('password', NULL, NULL, _t('用户密码'), _t('为此用户分配一个密码.') - . '
' . _t('建议使用特殊字符与字母的混编样式,以增加系统安全性.')); + . '
' . _t('建议使用特殊字符与字母、数字的混编样式,以增加系统安全性.')); $password->input->setAttribute('class', 'w-60'); $form->addInput($password);