aboutsummaryrefslogtreecommitdiff
path: root/mod/groups/start.php
diff options
context:
space:
mode:
Diffstat (limited to 'mod/groups/start.php')
-rw-r--r--mod/groups/start.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/mod/groups/start.php b/mod/groups/start.php
index b7047144b..ee99ac9b4 100644
--- a/mod/groups/start.php
+++ b/mod/groups/start.php
@@ -731,7 +731,8 @@ function discussion_add_to_river_menu($hook, $type, $return, $params) {
$options = array(
'name' => 'reply',
'href' => "#groups-reply-$object->guid",
- 'text' => elgg_echo('reply'),
+ 'text' => elgg_view_icon('speech-bubble'),
+ 'title' => elgg_echo('reply:this'),
'class' => "elgg-toggler",
'priority' => 50,
);