aboutsummaryrefslogtreecommitdiff
path: root/views
diff options
context:
space:
mode:
authorben <ben@36083f99-b078-4883-b0ff-0f9b5a30f544>2009-03-05 19:33:49 +0000
committerben <ben@36083f99-b078-4883-b0ff-0f9b5a30f544>2009-03-05 19:33:49 +0000
commitd2730794963cfe55b215e4c7781314c908eae0a5 (patch)
tree0550b514afccd6749195c00ba973927ca3748cec /views
parent038991bd61125f6745ba692395038441f3b62651 (diff)
downloadelgg-d2730794963cfe55b215e4c7781314c908eae0a5.tar.gz
elgg-d2730794963cfe55b215e4c7781314c908eae0a5.tar.bz2
Fixed generic river comment view
git-svn-id: https://code.elgg.org/elgg/trunk@3104 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'views')
-rw-r--r--views/default/annotation/annotate.php2
1 files changed, 1 insertions, 1 deletions
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 = "<a href=\"{$performed_by->getURL()}\">{$performed_by->name}</a>";
- $string = sprintf(elgg_echo("blog:river:posted"),$url) . " ";
+ $string = sprintf(elgg_echo("river:posted:generic"),$url) . " ";
$string .= elgg_echo("{$subtype}:river:annotate") . " <a href=\"" . $object->getURL() . "\">" . $object->title . "</a>";
?>