From 17523f9ea23bb6a7e6fde28c6cb693ab4bef27b5 Mon Sep 17 00:00:00 2001 From: dave Date: Fri, 2 Apr 2010 08:57:12 +0000 Subject: small lang tweak git-svn-id: http://code.elgg.org/elgg/trunk@5576 36083f99-b078-4883-b0ff-0f9b5a30f544 --- views/default/annotation/latest_comments.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'views/default/annotation/latest_comments.php') diff --git a/views/default/annotation/latest_comments.php b/views/default/annotation/latest_comments.php index e7feb6614..e1181b63e 100644 --- a/views/default/annotation/latest_comments.php +++ b/views/default/annotation/latest_comments.php @@ -17,7 +17,7 @@ if($vars['comments']){ if($entity->title){ $objecttitle = $entity->title; }else{ - $objecttitle = elgg_echo('file:untitled'); + $objecttitle = elgg_echo('untitled'); } //if the entity has been deleted, don't link to it -- cgit v1.2.3