s/Document/File

// FREEBIE
pull/1/head
Moxie Marlinspike 8 years ago
parent c2796285d5
commit 03e347bfd9

@ -79,14 +79,14 @@
android:layout_height="53dp"
android:src="@drawable/ic_insert_drive_file_white_24dp"
android:scaleType="center"
android:contentDescription="@string/attachment_type_selector__document_description"
android:contentDescription="@string/attachment_type_selector__file_description"
app:circleColor="@color/red_400"/>
<TextView android:layout_marginTop="10dp"
style="@style/AttachmentTypeLabel"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="@string/attachment_type_selector__document"/>
android:text="@string/attachment_type_selector__file"/>
</LinearLayout>

@ -713,9 +713,9 @@
<string name="attachment_type_selector__gif">GIF</string>
<string name="attachment_type_selector__gif_description">Gif</string>
<string name="attachment_type_selector__gallery_description">Image or video</string>
<string name="attachment_type_selector__document_description">Document</string>
<string name="attachment_type_selector__file_description">File</string>
<string name="attachment_type_selector__gallery">Gallery</string>
<string name="attachment_type_selector__document">Document</string>
<string name="attachment_type_selector__file">File</string>
<string name="attachment_type_selector__drawer_description">Toggle attachment drawer</string>

Loading…
Cancel
Save