Skip to content

Commit 0194dee

Browse files
committed
Better wording for Gears.
git-svn-id: https://develop.svn.wordpress.org/trunk@8181 602fd350-edb4-49c9-b593-d223f7449a82
1 parent c6345ba commit 0194dee

1 file changed

Lines changed: 4 additions & 5 deletions

File tree

wp-admin/admin-header.php

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -83,11 +83,10 @@ function add_minwidth($c) {
8383
<img src="images/gear.png" title="Gear" alt="" class="gears-img" />
8484
<div id="gears-msg1">
8585
<h3 class="info-box-title"><?php _e('Speed up WordPress'); ?></h3>
86-
<p><?php _e('WordPress has support for Gears that adds new features to your web browser.'); ?><br />
86+
<p><?php _e('WordPress now has support for Gears, which adds new features to your web browser.'); ?><br />
8787
<a href="http://gears.google.com/" target="_blank" style="font-weight:normal;"><?php _e('More information...'); ?></a></p>
88-
<p><?php _e('After installing and enabling it, most of the WordPress images, scripts and CSS files will be stored on this computer. This will speed up page loading.'); ?></p>
89-
<p><strong><?php _e('Please make sure you are not using a public or shared computer.'); ?></strong></p>
90-
<div class="submit"><button onclick="window.location = 'http://gears.google.com/?action=install&amp;return=<?php echo urlencode( admin_url() ); ?>';" class="button"><?php _e('Install Now'); ?></button>
88+
<p><?php _e('After you install and enable Gears most of WordPress&#8217; images, scripts, and CSS files will be stored locally on your computer. This speeds up page load time.'); ?></p>
89+
<p><strong><?php _e('Don&#8217;t install on a public or shared computer.'); ?></strong></p> <div class="submit"><button onclick="window.location = 'http://gears.google.com/?action=install&amp;return=<?php echo urlencode( admin_url() ); ?>';" class="button"><?php _e('Install Now'); ?></button>
9190
<button class="button" style="margin-left:10px;" onclick="document.getElementById('gears-info-box').style.display='none';">Cancel</button></div>
9291
</div>
9392

@@ -111,7 +110,7 @@ function add_minwidth($c) {
111110

112111
<?php } ?>
113112

114-
<div id="user_info"><p><?php printf(__('Howdy, <a href="%1$s">%2$s</a>!'), 'profile.php', $user_identity) ?> | <a href="<?php echo site_url('wp-login.php?action=logout', 'login') ?>" title="<?php _e('Log Out') ?>"><?php _e('Log Out'); ?></a> | <?php _e('<a href="http://codex.wordpress.org/">Help</a>') ?> | <?php _e('<a href="http://wordpress.org/support/">Forums</a>'); if ( $gears_compat ) { ?> | <span id="gears-menu"><a href="#" onclick="wpGears.message(1);return false;"><?php _e('Speed up!') ?></a></span><?php } ?></p></div>
113+
<div id="user_info"><p><?php printf(__('Howdy, <a href="%1$s">%2$s</a>!'), 'profile.php', $user_identity) ?> | <a href="<?php echo site_url('wp-login.php?action=logout', 'login') ?>" title="<?php _e('Log Out') ?>"><?php _e('Log Out'); ?></a> | <?php _e('<a href="http://codex.wordpress.org/">Help</a>') ?> | <?php _e('<a href="http://wordpress.org/support/">Forums</a>'); if ( $gears_compat ) { ?> | <span id="gears-menu"><a href="#" onclick="wpGears.message(1);return false;"><?php _e('Turbo') ?></a></span><?php } ?></p></div>
115114

116115
<?php
117116
require(ABSPATH . 'wp-admin/menu-header.php');

0 commit comments

Comments
 (0)