From 71dd36a3b2c308a721a2b6aa83689f6da89b9f8a Mon Sep 17 00:00:00 2001 From: root Date: Mon, 27 May 2019 03:58:13 +0800 Subject: [PATCH] Update to v3.1.7 --- functions.php | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/functions.php b/functions.php index 97fb675..e9b3992 100644 --- a/functions.php +++ b/functions.php @@ -8,7 +8,7 @@ */ define( 'SAKURA_VERSION', '3.1.7' ); -define( 'BUILD_VERSION', '1' ); +define( 'BUILD_VERSION', '2' ); define( 'JSDELIVR_VERSION', '3.6.7' ); //ini_set('display_errors', true); @@ -1372,18 +1372,18 @@ add_action('admin_footer', 'custom_admin_js'); * 后台通知 */ function scheme_tip() { - $msg = 'Strongly recommend "Light" Scheme.'; + $msg = 'Why not try the new admin dashboard color scheme here?'; if ( get_user_locale( get_current_user_id() ) == "zh_CN") { - $msg = '管理界面配色方案建议使用“明亮”。'; + $msg = '试一试新后台界面配色方案吧?'; } if ( get_user_locale( get_current_user_id() ) == "zh_TW") { - $msg = '管理色彩配置建議使用“明亮”。'; + $msg = '試一試新後台界面色彩配置吧?'; } if ( get_user_locale( get_current_user_id() ) == "ja") { - $msg = '管理画面の配色「ライト」を使用することをお勧めします。'; + $msg = '新しい管理画面の配色を試しますか?'; } if ( get_user_locale( get_current_user_id() ) == "ja-JP") { - $msg = '管理画面の配色「ライト」を使用することをお勧めします。'; + $msg = '新しい管理画面の配色を試しますか?'; } $user_id = get_current_user_id();