From a0234db837a58a213ea6abd7039d7cfdc20535ae Mon Sep 17 00:00:00 2001 From: donncha Date: Tue, 18 Jul 2006 11:04:18 +0000 Subject: Language updates (#12) git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@684 7be80a69-a1ef-0310-a953-fb0f7c49ff36 --- wp-admin/users.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'wp-admin/users.php') diff --git a/wp-admin/users.php b/wp-admin/users.php index f99a2f8..ffcedef 100644 --- a/wp-admin/users.php +++ b/wp-admin/users.php @@ -150,7 +150,7 @@ case 'promote': break; case 'dodelete': - wp_die( "This function is disabled." ); + wp_die(__('This function is disabled.')); check_admin_referer('delete-users'); if ( empty($_POST['users']) ) { @@ -190,7 +190,7 @@ case 'dodelete': break; case 'delete': - wp_die( "This function is disabled." ); + wp_die(__('This function is disabled.')); check_admin_referer('bulk-users'); if ( empty($_POST['users']) ) @@ -319,7 +319,7 @@ case 'removeuser': break; case 'adduser': - die( "This function is disabled. Add a user from your community." ); + die(__('This function is disabled. Add a user from your community.')); check_admin_referer('add-user'); if ( ! current_user_can('create_users') ) @@ -555,9 +555,9 @@ foreach ( (array) $roleclass as $user_object ) {
-

Type the e-mail address of another user to add them to your blog.

+

- +
User E-Mail: