s/Document/File

// FREEBIE
fork-5.53.8
Moxie Marlinspike 2017-04-23 16:28:10 -07:00
rodzic c2796285d5
commit 03e347bfd9
2 zmienionych plików z 4 dodań i 4 usunięć

Wyświetl plik

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

Wyświetl plik

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