Skip to content

Commit

Permalink
MDL-64309 core_message: minor string changes to drawer
Browse files Browse the repository at this point in the history
  • Loading branch information
mdjnelson committed Dec 5, 2018
1 parent cb628a9 commit 54fc0f1
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 7 deletions.
8 changes: 5 additions & 3 deletions lang/en/message.php
Expand Up @@ -77,9 +77,10 @@
$string['guestnoeditmessage'] = 'Guest user can not edit messaging options';
$string['guestnoeditmessageother'] = 'Guest user can not edit other user messaging options';
$string['groupinfo'] = 'Group info';
$string['groupmessages'] = 'Group messages';
$string['groupconversations'] = 'Group';
$string['hidemessagewindow'] = 'Hide message window';
$string['hidenotificationwindow'] = 'Hide notification window';
$string['individualconversations'] = 'Private';
$string['info'] = 'Info';
$string['isnotinyourcontacts'] = '{$a} is not in your contacts';
$string['loadmore'] = 'Load more';
Expand Down Expand Up @@ -109,13 +110,14 @@
$string['newonlymsg'] = 'Show only new';
$string['newmessage'] = 'New message';
$string['newmessagesearch'] = 'Select or search for a contact to send a new message.';
$string['nofavourites'] = 'No starred messages';
$string['nofavourites'] = 'No starred conversations';
$string['noframesjs'] = 'Use more accessible interface';
$string['nocontactrequests'] = 'No contact requests';
$string['nocontacts'] = 'No contacts';
$string['nocontactsgetstarted'] = 'No contacts';
$string['nogroupmessages'] = 'No group messages';
$string['nogroupconversations'] = 'No group conversations';
$string['nomessages'] = 'No messages';
$string['noindividualconversations'] = 'No private conversations';
$string['nomessagesfound'] = 'No messages were found';
$string['noreply'] = 'Do not reply to this message';
$string['noncontacts'] = 'Non-contacts';
Expand Down
Expand Up @@ -37,11 +37,11 @@

{{< core_message/message_drawer_view_overview_section }}
{{$region}}view-overview-group-messages{{/region}}
{{$title}}{{#str}} groupmessages, core_message {{/str}}{{/title}}
{{$title}}{{#str}} groupconversations, core_message {{/str}}{{/title}}
{{$placeholder}}
<div class="text-center py-2">{{> core/loading }}</div>
{{/placeholder}}
{{$emptymessage}}
<p class="text-muted mt-2">{{#str}} nogroupmessages, core_message {{/str}}</p>
<p class="text-muted mt-2">{{#str}} nogroupconversations, core_message {{/str}}</p>
{{/emptymessage}}
{{/ core_message/message_drawer_view_overview_section }}
Expand Up @@ -37,11 +37,11 @@

{{< core_message/message_drawer_view_overview_section }}
{{$region}}view-overview-messages{{/region}}
{{$title}}{{#str}} messages, core_message {{/str}}{{/title}}
{{$title}}{{#str}} individualconversations, core_message {{/str}}{{/title}}
{{$placeholder}}
<div class="text-center py-2">{{> core/loading }}</div>
{{/placeholder}}
{{$emptymessage}}
<p class="text-muted mt-2">{{#str}} nomessages, core_message {{/str}}</p>
<p class="text-muted mt-2">{{#str}} noindividualconversations, core_message {{/str}}</p>
{{/emptymessage}}
{{/ core_message/message_drawer_view_overview_section }}

0 comments on commit 54fc0f1

Please sign in to comment.