I would like to translate the following message that appears when I click Remove, please tell me how to do it. var RWMB_Group = {"confirmRemove":"Are you sure you want to remove this group?"};
The text is wrapped in a gettext function __() that means it is translatable by using a translation plugin. You can find it in the file /meta-box-group/group-field.php line 63.