forked from mirror/monocles_chat_clean
Adding further string
This commit is contained in:
parent
df5fa56abf
commit
e2e36a8acc
2 changed files with 2 additions and 1 deletions
|
@ -1717,7 +1717,7 @@ public class ConversationFragment extends XmppFragment
|
|||
binding.requestVoice.setOnClickListener((v) -> {
|
||||
activity.xmppConnectionService.requestVoice(conversation.getAccount(), conversation.getJid());
|
||||
binding.requestVoice.setVisibility(View.GONE);
|
||||
Toast.makeText(activity, "Your request has been sent to the moderators", Toast.LENGTH_SHORT).show();
|
||||
Toast.makeText(activity, R.string.request_to_speak_send, Toast.LENGTH_SHORT).show();
|
||||
});
|
||||
binding.emojiButton.setOnClickListener(this.memojiButtonListener);
|
||||
binding.emojisButton.setOnClickListener(this.memojisButtonListener);
|
||||
|
|
|
@ -1341,4 +1341,5 @@
|
|||
<string name="pref_custom_tab_summary">Ask your browser to render as if integrated with this app ("custom tab")</string>
|
||||
<string name="pref_export">Export Data (experimental)</string>
|
||||
<string name="pref_export_summary">Export data useful for importing into another app. Not a full backup.</string>
|
||||
<string name="request_to_speak_send">Your request has been sent to the moderators</string>
|
||||
</resources>
|
Loading…
Reference in a new issue