From d2730794963cfe55b215e4c7781314c908eae0a5 Mon Sep 17 00:00:00 2001 From: ben Date: Thu, 5 Mar 2009 19:33:49 +0000 Subject: Fixed generic river comment view git-svn-id: https://code.elgg.org/elgg/trunk@3104 36083f99-b078-4883-b0ff-0f9b5a30f544 --- views/default/annotation/annotate.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'views') diff --git a/views/default/annotation/annotate.php b/views/default/annotation/annotate.php index 78059254b..7888f76d2 100644 --- a/views/default/annotation/annotate.php +++ b/views/default/annotation/annotate.php @@ -6,7 +6,7 @@ $subtype = get_subtype_from_id($object->subtype); $url = "getURL()}\">{$performed_by->name}"; - $string = sprintf(elgg_echo("blog:river:posted"),$url) . " "; + $string = sprintf(elgg_echo("river:posted:generic"),$url) . " "; $string .= elgg_echo("{$subtype}:river:annotate") . " getURL() . "\">" . $object->title . ""; ?> -- cgit v1.2.3