mirror of
https://github.com/oxen-io/session-android.git
synced 2024-11-23 18:15:22 +00:00
strings, strings, strings
This commit is contained in:
parent
01a438de09
commit
fe55ac57d9
@ -54,7 +54,7 @@
|
|||||||
android:fontFamily="sans-serif-light"
|
android:fontFamily="sans-serif-light"
|
||||||
android:padding="8dp"
|
android:padding="8dp"
|
||||||
android:textSize="16dp"
|
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>
|
||||||
</RelativeLayout>
|
</RelativeLayout>
|
||||||
|
@ -119,6 +119,9 @@
|
|||||||
<!-- GroupCreateActivity -->
|
<!-- GroupCreateActivity -->
|
||||||
<string name="GroupCreateActivity_actionbar_title">New Group</string>
|
<string name="GroupCreateActivity_actionbar_title">New Group</string>
|
||||||
<string name="GroupCreateActivity_actionbar_mms_title">New MMS 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 -->
|
<!-- ImportFragment -->
|
||||||
<string name="ImportFragment_import_system_sms_database">Import System SMS Database?</string>
|
<string name="ImportFragment_import_system_sms_database">Import System SMS Database?</string>
|
||||||
|
Loading…
Reference in New Issue
Block a user