diff --git a/inc/settings/class-settings-misc.php b/inc/settings/class-settings-misc.php index c1be5e94..8da12702 100644 --- a/inc/settings/class-settings-misc.php +++ b/inc/settings/class-settings-misc.php @@ -39,8 +39,12 @@ public function get_settings() { 'id' => 'ang_misc', ), array( - 'title' => __( 'Show Global Kit Data at Inline Widgets', 'ang' ), - 'desc' => __( 'Check this box to also show global kit data at inline widgets.', 'ang' ), + 'title' => __( 'Show Global Kit Data', 'ang' ), + 'desc' => sprintf( + "%s %s", + __( 'Global Colors and Fonts that belong to the Global Style Kit will still be available when working with other Style Kits.', 'ang' ), + __( 'More Info', 'ang' ) + ), 'id' => 'also_inline_global_kit', 'default' => false, 'type' => 'checkbox',