From 78a58e6b7f80c4934a27fce9e5cfa95ee2dcfd6d Mon Sep 17 00:00:00 2001 From: Max Fenton Date: Wed, 25 Nov 2015 11:43:26 -0500 Subject: [PATCH] Phrasing of admin message about roles. --- admin/core/um-admin-actions.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/admin/core/um-admin-actions.php b/admin/core/um-admin-actions.php index db0db037..42a2e444 100644 --- a/admin/core/um-admin-actions.php +++ b/admin/core/um-admin-actions.php @@ -27,7 +27,7 @@ foreach($ultimatemember->query->get_roles() as $role_id => $role) { echo ''; } - echo '

' . __('This is applicable only if you allow logged-in users to view the content.','ultimatemember') . '

'; + echo '

' . __('This is applicable only if you restrict the content to logged-in users.','ultimatemember') . '

'; echo ''; echo '
'; @@ -460,4 +460,4 @@ wp_redirect( add_query_arg( 'update', 'user_updated', admin_url('?page=ultimatemember') ) ); exit; - } \ No newline at end of file + }