missed a few zrl/zmg conversions, like for translate_item and enotify messages

This commit is contained in:
friendica
2013-06-12 00:58:31 -07:00
parent 6914a4eeac
commit 4a072297f7
3 changed files with 28 additions and 27 deletions

View File

@@ -114,7 +114,7 @@ function notification($params) {
// "a post"
$dest_str = sprintf(t('%1$s commented on [zrl=%2$s]a %3$s[/zrl]'),
'[url=' . $sender['xchan_url'] . ']' . $sender['xchan_name'] . '[/url]',
'[zrl=' . $sender['xchan_url'] . ']' . $sender['xchan_name'] . '[/zrl]',
$itemlink,
$item_post_type);