From b3147aad55ec4b5f91442b6cdb3ef7535af2ed4b Mon Sep 17 00:00:00 2001 From: Moxie Marlinspike Date: Tue, 3 Oct 2017 16:29:11 -0700 Subject: [PATCH] Make "Shared media" string translatable // FREEBIE --- res/layout/recipient_preference_activity.xml | 2 +- res/values/strings.xml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/res/layout/recipient_preference_activity.xml b/res/layout/recipient_preference_activity.xml index 44758c48c6..cfd07e524f 100644 --- a/res/layout/recipient_preference_activity.xml +++ b/res/layout/recipient_preference_activity.xml @@ -74,7 +74,7 @@ android:layout_width="wrap_content" android:layout_height="wrap_content" android:padding="16dp" - android:text="Shared media" + android:text="@string/recipient_preference_activity__shared_media" android:visibility="gone" android:textColor="?attr/colorPrimary"/> diff --git a/res/values/strings.xml b/res/values/strings.xml index 5cb6a550bd..e7c6910ea2 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -1479,6 +1479,7 @@ Read receipts are here Optionally see and share when messages have been read Enable read receipts + Shared media