]> gitweb.fluxo.info Git - lorea/elgg.git/commitdiff
merged [6832] into trunk from 1.7 branch
authorcash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544>
Mon, 23 Aug 2010 20:11:15 +0000 (20:11 +0000)
committercash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544>
Mon, 23 Aug 2010 20:11:15 +0000 (20:11 +0000)
git-svn-id: http://code.elgg.org/elgg/trunk@6853 36083f99-b078-4883-b0ff-0f9b5a30f544

mod/groups/views/default/object/groupforumtopic.php

index 8c95dd59461b8b026b93981574df4861c635cb95..1612eb77851e29b568b038921e52ff7f79b861bc 100644 (file)
@@ -37,7 +37,7 @@ if (get_context() == "search") {
        //get the group avatar
        $icon = elgg_view("profile/icon",array('entity' => $u, 'size' => 'tiny'));
     //get the group and topic title
-    $info .= "<p class='entity_subtext'><b>" . elgg_echo('Topic') . ":</b> <a href=\"{$vars['url']}mod/groups/topicposts.php?topic={$vars['entity']->guid}&group_guid={$group->guid}\">{$title}</a></p>";
+    $info .= "<p class='entity_subtext'><b>" . elgg_echo('groups:topic') . ":</b> <a href=\"{$vars['url']}mod/groups/topicposts.php?topic={$vars['entity']->guid}&group_guid={$group->guid}\">{$title}</a></p>";
     if ($group instanceof ElggGroup) {
        $info .= "<p class='entity_title'><b>" . elgg_echo('group') . ":</b> <a href=\"{$group->getURL()}\">".htmlentities($group->name, ENT_QUOTES, 'UTF-8') ."</a></p>";
     }