By Scott McCabe on
When I submit the user_profile_form, the status message is "The changes have been saved."
Is there a way to alter that text, and if so, what is the best way to do it?
When I submit the user_profile_form, the status message is "The changes have been saved."
Is there a way to alter that text, and if so, what is the best way to do it?
Comments
I use the localization client
http://drupal.org/project/l10n_client
It's really good, you can easily change any strings on any page, no need to code hack. Check out the project page, it has some video demonstrations as well. Might be overkill for your problem, but I find it very useful.
Stringy
Thank you for your reply.
I have String Overrides module already installed, which also fulfills my needs, but I wanted to see if I could learn something more about Drupal overrides as I probe deeper into the workings of Drupal, thinking that maybe there's a Drupal function to override such messages.