Make "Shared media" string translatable
// FREEBIE
This commit is contained in:
parent
9287b00317
commit
b3147aad55
2 changed files with 2 additions and 1 deletions
|
@ -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"/>
|
||||
|
||||
|
|
|
@ -1479,6 +1479,7 @@
|
|||
<string name="experience_upgrade_preference_fragment__read_receipts_are_here">Read receipts are here</string>
|
||||
<string name="experience_upgrade_preference_fragment__optionally_see_and_share_when_messages_have_been_read">Optionally see and share when messages have been read</string>
|
||||
<string name="experience_upgrade_preference_fragment__enable_read_receipts">Enable read receipts</string>
|
||||
<string name="recipient_preference_activity__shared_media">Shared media</string>
|
||||
|
||||
|
||||
<!-- EOF -->
|
||||
|
|
Loading…
Add table
Reference in a new issue