strings, strings, strings

This commit is contained in:
Jake McGinty 2014-02-12 18:12:58 -08:00
parent 01a438de09
commit fe55ac57d9
2 changed files with 4 additions and 1 deletions

View file

@ -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>

View file

@ -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>