I just stepped into the following line of code.
Can that somehow be addressed using stringoverrides?
Thank you.

drupal_set_message(strtr(format_plural($new, 'You have a new private message.', 'You have @count new private messages.'), array('!url' => url('privatemsg'))));

Comments

robloach’s picture

Project: String Overrides » Privatemsg

If you make it..................

drupal_set_message(strtr(format_plural($new, t('You have a new private message.'), t('You have @count new private messages.')), array('!url' => url('privatemsg'))));

It might help....

berdir’s picture

Status: Active » Closed (won't fix)

Sorry for pinging the participants, I am closing old issues.

This version of Privatemsg is not supported anymore, maybe it is already implemented in Privatemsg for Drupal 6 and if not, you are welcome to open a new issue for it.