From fe55ac57d97f74c0ca90eac76412739d9c75e33a Mon Sep 17 00:00:00 2001 From: Jake McGinty Date: Wed, 12 Feb 2014 18:12:58 -0800 Subject: [PATCH] strings, strings, strings --- res/layout/group_create_activity.xml | 2 +- res/values/strings.xml | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/res/layout/group_create_activity.xml b/res/layout/group_create_activity.xml index c23e087c9..9388d60aa 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 7d8439088..03b445ecc 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?