mirror of
https://github.com/oxen-io/session-android.git
synced 2025-10-17 20:44:56 +00:00
Correct contextual send language.
1) Use "secure" and "insecure" vs "encrypted" and "unencrypted. 2) Use MMS instead of SMS where appropriate. Fixes #1602
This commit is contained in:
@@ -787,8 +787,10 @@
|
||||
|
||||
<!-- conversation_button_context -->
|
||||
<string name="conversation_button_context__send_textsecure_message">Send TextSecure message</string>
|
||||
<string name="conversation_button_context__send_unencrypted_sms">Send unencrypted SMS</string>
|
||||
<string name="conversation_button_context__send_encrypted_sms">Send encrypted SMS</string>
|
||||
<string name="conversation_button_context__send_secure_sms">Send secure SMS</string>
|
||||
<string name="conversation_button_context__send_insecure_sms">Send insecure SMS</string>
|
||||
<string name="conversation_button_context__send_secure_mms">Send secure MMS</string>
|
||||
<string name="conversation_button_context__send_insecure_mms">Send insecure MMS</string>
|
||||
|
||||
<!-- conversation_callable -->
|
||||
<string name="conversation_callable__menu_call">Call</string>
|
||||
|
Reference in New Issue
Block a user