[IMP] Chatter: Post->Send; Share a mesage -> Send a message.

bzr revid: tde@openerp.com-20130228164204-e6gtuo73c1ytoz4g
This commit is contained in:
Thibault Delavallée 2013-02-28 17:42:04 +01:00
parent 718d38f056
commit bf567d2b47
1 changed files with 2 additions and 2 deletions

View File

@ -33,7 +33,7 @@
<div class="oe_msg_footer">
<div class="oe_msg_attachment_list"></div>
<button class="oe_post">
<t t-if="!widget.is_log">Post</t>
<t t-if="!widget.is_log">Send</t>
<t t-if="widget.is_log">Log a note</t>
</button>
<t t-call="mail.compose_message.add_attachment"/>
@ -51,7 +51,7 @@
<div class="field_text oe_compact oe_compact_record">
<a class="oe_compose_post">
<t t-if="widget.options.compose_placeholder" t-raw="widget.options.compose_placeholder"/>
<t t-if="!widget.options.compose_placeholder and !widget.options.view_mailbox">Share a message</t>
<t t-if="!widget.options.compose_placeholder and !widget.options.view_mailbox">Send a message</t>
</a>
<span class="oe_grey">or</span>
<a class="oe_compose_log">Log a note</a>