From a678f7aaf45ad6a1046d192c0d1481e82c0da1ae Mon Sep 17 00:00:00 2001 From: Champ Camba Date: Mon, 27 Feb 2017 21:41:48 +0800 Subject: [PATCH] Fix translation strings --- core/um-actions-core.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/um-actions-core.php b/core/um-actions-core.php index 0a34b47c..7f84563b 100644 --- a/core/um-actions-core.php +++ b/core/um-actions-core.php @@ -14,7 +14,7 @@ if ( isset( $_REQUEST['uid'] ) ) { if ( is_super_admin( $_REQUEST['uid'] ) ) - wp_die('Super administrators can not be modified.'); + wp_die( __( 'Super administrators can not be modified.','ultimatemember' ) ); } if ( isset( $_REQUEST['um_action'] ) && $_REQUEST['um_action'] != "edit" && ! current_user_can( 'edit_users' ) ){