Viewing 1 replies (of 1 total)
  • Plugin Author websupporter

    (@websupporter)

    Ha, my bad English! So its “sent” ( I guess, I will have to change some other codes too, I’ve wrote 😀 ). Will change this in the upcoming version.

    If its not a problem for you, can you simply edit it yourself in
    buddypress-desktop-notification.php line 109:
    $entry['title'] = sprintf( __( '%s send you a message', 'dn' ), $matches[1] );

    replace this line with:
    $entry['title'] = sprintf( __( '%s sent you a message', 'dn' ), $matches[1] );

    Thank you,
    David.

Viewing 1 replies (of 1 total)
  • The topic ‘Sent you, not send you’ is closed to new replies.