You can alter the template where this is used, or even better, create a translation file and simply change that text after activation.
Translation file info here: http://businessdirectoryplugin.com/support-forum/faq/how-to-translate-bd-for-non-english-language/
Where can I find the template file where this text appears?
I only really want to add, “Your submission is pending approval by an administrator.”
I’ve had users that get confused when the submit and then they go to the directory and don’t see their submission and this is before they get the email.
Try looking in templates/listing-form-done.tpl.php. I believe that will help you out.
The better solution would be to use a translation file and change the strings without touching the templates. See this article for more info on that: http://businessdirectoryplugin.com/support-forum/faq/how-to-translate-bd-for-non-english-language/
Cant find WPBDM.po file to change the above text. Its not in the language file. Can help me out pls.
The text in the file that gets display is this:
<?php _ex('Submission received', 'templates', 'WPBDM'); ?>
The text they reference above is what they wanted to change it to. Look for this string (“Submission received”) in the PO file if you want to alter it.