privatemsg.module
Line 1098
replace

  drupal_set_message('Recycle bin emptied');

by

  drupal_set_message(t('Recycle bin emptied'));

Comments

sterwa’s picture

And dont forget to add to the file privatemsg.pot the line

#: privatemsg.module: 1098
msgid "Recycle bin emptied"
msgstr ""
berdir’s picture

Status: Active » Closed (won't fix)

I'm closing old issues since this version is not supported anymore.