diff options
Diffstat (limited to 'wp-admin/post-new.php')
| -rw-r--r-- | wp-admin/post-new.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/wp-admin/post-new.php b/wp-admin/post-new.php index fd8a046..e2c978b 100644 --- a/wp-admin/post-new.php +++ b/wp-admin/post-new.php @@ -10,7 +10,7 @@ require_once ('./admin-header.php'); if ( ! current_user_can('edit_posts') ) { ?> <div class="wrap"> -<p><?php printf(__('Since you’re a newcomer, you’ll have to wait for an admin to raise your level to 1, in order to be authorized to post.<br /> +<p><?php printf(__('Since you’re a newcomer, you’ll have to wait for an admin to add the <code>edit_posts</code> capability to your user, in order to be authorized to post.<br /> You can also <a href="mailto:%s?subject=Promotion?">e-mail the admin</a> to ask for a promotion.<br /> When you’re promoted, just reload this page and you’ll be able to blog. :)'), get_option('admin_email')); ?> </p> @@ -57,7 +57,7 @@ include('edit-form-advanced.php'); <?php if ( $is_NS4 || $is_gecko || $is_winIE ) { ?> <div id="wp-bookmarklet" class="wrap"> <h3><?php _e('WordPress Bookmarklet'); ?></h3> -<p><?php _e('Right click on the following link and choose "Add to favorites" to create a posting shortcut.'); ?></p> +<p><?php _e('Right click on the following link and choose “Bookmark This Link...” or “Add to Favorites...” to create a posting shortcut.'); ?></p> <p> <?php |
