summaryrefslogtreecommitdiffstats
path: root/wp-admin/options-general.php
diff options
context:
space:
mode:
authordonncha <donncha@7be80a69-a1ef-0310-a953-fb0f7c49ff36>2006-09-13 17:03:00 +0000
committerdonncha <donncha@7be80a69-a1ef-0310-a953-fb0f7c49ff36>2006-09-13 17:03:00 +0000
commit4d6b4c2d37f09578bc7e695947cd31fecd8a9223 (patch)
treea46472a0616e1465d5be4a1941794e3b81a53e11 /wp-admin/options-general.php
parent9cfbfdb2f2d3a0f7ec32483376ffd747d7cef42e (diff)
downloadwordpress-mu-4d6b4c2d37f09578bc7e695947cd31fecd8a9223.tar.gz
wordpress-mu-4d6b4c2d37f09578bc7e695947cd31fecd8a9223.tar.xz
wordpress-mu-4d6b4c2d37f09578bc7e695947cd31fecd8a9223.zip
gettext another string (fixes #136)
git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@749 7be80a69-a1ef-0310-a953-fb0f7c49ff36
Diffstat (limited to 'wp-admin/options-general.php')
-rw-r--r--wp-admin/options-general.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/wp-admin/options-general.php b/wp-admin/options-general.php
index a39cdbe..579a95b 100644
--- a/wp-admin/options-general.php
+++ b/wp-admin/options-general.php
@@ -39,7 +39,7 @@ include('./admin-header.php');
<th scope="row"><?php _e('E-mail address:') ?> </th>
<td><input name="new_admin_email" type="text" id="new_admin_email" value="<?php form_option('admin_email'); ?>" size="40" class="code" />
<br />
-<p><?php _e('This address is used only for admin purposes.') ?> If you change this we will send you an email at your new address to confirm it. <strong>The new address will not become active until confirmed.</strong></p>
+<p><?php _e('This address is used only for admin purposes.') ?> <?php _e('If you change this we will send you an email at your new address to confirm it. <strong>The new address will not become active until confirmed.</strong>') ?></p>
</td>
</tr>