minor - changed language variable \"Re\" for \"Reply\" - partial CT#190

skala
Cristian Fasanando 15 years ago
parent 6e2ec5494d
commit 2f54a9e731
  1. 2
      main/social/message_for_group_form.inc.php

@ -45,7 +45,7 @@ if (!empty($group_id) && $allowed_action) {
if (!empty($message_id)) {
$message_info = MessageManager::get_message_by_id($message_id);
if ($allowed_action == 'reply_message_group') {
$subject = get_lang('Re:').api_xml_http_response_encode($message_info['title']);
$subject = get_lang('Reply').':'.api_xml_http_response_encode($message_info['title']);
} else {
$subject = api_xml_http_response_encode($message_info['title']);
$message = api_xml_http_response_encode($message_info['content']);

Loading…
Cancel
Save