From: dave Date: Fri, 2 Apr 2010 08:57:12 +0000 (+0000) Subject: small lang tweak X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=17523f9ea23bb6a7e6fde28c6cb693ab4bef27b5;p=lorea%2Felgg.git small lang tweak git-svn-id: http://code.elgg.org/elgg/trunk@5576 36083f99-b078-4883-b0ff-0f9b5a30f544 --- 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