mirror of
https://github.com/oxen-io/session-android.git
synced 2023-12-14 02:53:01 +01:00
strings, strings, strings
This commit is contained in:
parent
01a438de09
commit
fe55ac57d9
2 changed files with 4 additions and 1 deletions
|
@ -54,7 +54,7 @@
|
|||
android:fontFamily="sans-serif-light"
|
||||
android:padding="8dp"
|
||||
android:textSize="16dp"
|
||||
android:text="You have selected a contact that doesn't support TextSecure groups, so this group will be MMS." />
|
||||
android:text="@string/GroupCreateActivity_contacts_dont_support_push" />
|
||||
|
||||
</RelativeLayout>
|
||||
</RelativeLayout>
|
||||
|
|
|
@ -119,6 +119,9 @@
|
|||
<!-- GroupCreateActivity -->
|
||||
<string name="GroupCreateActivity_actionbar_title">New Group</string>
|
||||
<string name="GroupCreateActivity_actionbar_mms_title">New MMS Group</string>
|
||||
<string name="GroupCreateActivity_contacts_dont_support_push">You have selected contacts that
|
||||
don\'t support TextSecure groups, so this will be an unencrypted MMS group.
|
||||
</string>
|
||||
|
||||
<!-- ImportFragment -->
|
||||
<string name="ImportFragment_import_system_sms_database">Import System SMS Database?</string>
|
||||
|
|
Loading…
Reference in a new issue