I customized a view for a simple module. When user clicks on the the new button - I want message to be " Your data is submitted for processing for the custom button.
That message comes from the fuel/modules/fuel/language/en/fuel_lang.js file. However, if you change it there, it will be changed for all modules. The only way to override that message without affecting other modules or hacking the fuel/modules/fuel/controllers/module.php file would be to create a separate controller using an advanced module: http://www.getfuelcms.com/user_guide/modules/advanced
Comments
http://www.getfuelcms.com/user_guide/modules/advanced
Just for silly message - I cannot develop an advanced module now.