Fix translation strings

This commit is contained in:
Champ Camba
2017-02-27 21:41:48 +08:00
parent ef63878fa0
commit a678f7aaf4
+1 -1
View File
@@ -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' ) ){