How do i change the "Media" label in rtMedia?

Dear support,

Thanks for creating such a great plugin!

When I was still using BuddyPress Media I changed the media name to "Gallery" using this code: define('BP_MEDIA_LABEL', 'Gallery');

How would I do this in rtMedia?

Thanks in advance!

Add this define(“RTMEDIA_MEDIA_LABEL”,“Gallery”); in wp-config.php file.