Change string "Load" to "See"

Fixes #4304
Closes #4305
// FREEBIE
pull/1/head
Geonu Kang 9 years ago committed by Jake McGinty
parent 285bd3de0e
commit ea4def7ea1

@ -5,5 +5,5 @@
android:layout_gravity="center"
android:background="?conversation_item_bubble_background"
android:textColor="?conversation_item_sent_text_primary_color"
android:text="@string/load_more_header__load_full_conversation" />
android:text="@string/load_more_header__see_full_conversation" />

@ -639,7 +639,7 @@
Import a plaintext backup file. Compatible with \'SMSBackup And Restore.\'</string>
<!-- load_more_header -->
<string name="load_more_header__load_full_conversation">Load full conversation...</string>
<string name="load_more_header__see_full_conversation">See full conversation</string>
<!-- media_overview_activity -->
<string name="media_overview_activity__no_images">No images</string>

Loading…
Cancel
Save