Index: options-general.php
===================================================================
--- options-general.php	(revision 13443)
+++ options-general.php	(working copy)
@@ -85,7 +85,18 @@
 <tr valign="top">
 <th scope="row"><label for="admin_email"><?php _e('E-mail address') ?> </label></th>
 <td><input name="admin_email" type="text" id="admin_email" value="<?php form_option('admin_email'); ?>" class="regular-text" />
-<span class="description"><?php _e('This address is used for admin purposes, like new user notification.') ?></span></td>
+<span class="description"><?php _e('This address is used for admin purposes, like new user notification.') ?></span>
+<?php
+$new_admin_email =  get_option( 'new_admin_email' );
+if (true == $new_admin_email) : ?>
+<div class='updated inline'>
+<p>
+<?php printf( __('There is a pending change of the admin e-mail to: %s'), $new_admin_email ); ?>
+</p>
+</div>
+<?php endif; ?>
+</td></tr>
+</td>
 </tr>
 <tr valign="top">
 <th scope="row"><?php _e('Membership') ?></th>
