Replacing lang variables see #3994

skala
Julio Montoya 13 years ago
parent 8811a617ae
commit 8d4d136bd5
  1. 2
      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">';

Loading…
Cancel
Save