privatemsg.module
in function privatemsg_delete_submit($form, &$form_state) please change
line
drupal_set_message('Message has been deleted');
on
drupal_set_message(t('Message has been deleted'));
for possibility translation.

Comments

litwol’s picture

Version: 6.x-1.0-rc2 » 6.x-1.x-dev
Status: Active » Fixed

Committed

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.