Browse Source

Replacing lang variables see #3994

Julio Montoya 13 years ago
parent
commit
8d4d136bd5
1 changed files with 1 additions and 1 deletions
  1. 1 1
      main/inc/lib/message.lib.php

+ 1 - 1
main/inc/lib/message.lib.php

@@ -953,7 +953,7 @@ class MessageManager
 				$html .= '<div class="topic_div">';
 				
 				    $items = $topic['count'];				    
-				    $reply_label = ($items == 1) ? get_lang('Reply'): get_lang('Replies');
+				    $reply_label = ($items == 1) ? get_lang('GroupReply'): get_lang('GroupReplies');
 				    $html .= '<table width="100%"><tr><td width="20px" valign="top">'; 
 				    $html .= Display::div(Display::tag('span', $items).$reply_label, array('class' =>'group_discussions_replies'));
 				    $html .= '</td><td width="150px"  valign="top">';