From 6149a105fc2b71c712d33fc19f612c0b23340695 Mon Sep 17 00:00:00 2001 From: Ryan Boren Date: Wed, 23 May 2012 19:49:14 +0000 Subject: [PATCH] Updated text for Customize pointer. Props jane. see #20554 git-svn-id: https://develop.svn.wordpress.org/trunk@20854 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-admin/includes/template.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-admin/includes/template.php b/wp-admin/includes/template.php index 883ec08482..a402185340 100644 --- a/wp-admin/includes/template.php +++ b/wp-admin/includes/template.php @@ -1839,7 +1839,7 @@ final class WP_Internal_Pointers { public static function pointer_wp340_customize_current_theme_link() { $content = '

' . __( 'New Feature: Customizer' ) . '

'; $content .= '

' . __( 'Click Customize to change the header, background, title and menus of the current theme, all in one place.' ) . '

'; - $content .= '

' . __( 'Click the Customize links in the Available Themes list below to customize, preview, and optionally activate the selected theme.' ) . '

'; + $content .= '

' . __( 'Click the Live Preview links in the Available Themes list below to customize and preview another theme before activating it.' ) . '

'; WP_Internal_Pointers::print_js( 'wp340_customize_current_theme_link', '#customize-current-theme-link', array( 'content' => $content,