diff --git a/res/layout/group_create_activity.xml b/res/layout/group_create_activity.xml index c23e087c96..9388d60aa7 100644 --- a/res/layout/group_create_activity.xml +++ b/res/layout/group_create_activity.xml @@ -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" /> diff --git a/res/values/strings.xml b/res/values/strings.xml index 7d84390886..03b445ecce 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -119,6 +119,9 @@ New Group New MMS Group + You have selected contacts that + don\'t support TextSecure groups, so this will be an unencrypted MMS group. + Import System SMS Database?