Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Unverified Commit 939d7a05 authored by cketti's avatar cketti Committed by GitHub
Browse files

Merge pull request #8404 from cketti/fix-content-description

Fix content description of "save attachment" image button
parents c8c0c69a 21017c06
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -96,7 +96,7 @@
                android:layout_marginTop="8dp"
                android:layout_marginBottom="8dp"
                android:background="?attr/selectableItemBackgroundBorderless"
                android:contentDescription="@string/remove_attachment_action"
                android:contentDescription="@string/save_attachment_action"
                app:srcCompat="@drawable/ic_download"
                app:layout_constraintBottom_toBottomOf="parent"
                app:layout_constraintEnd_toEndOf="parent"
+1 −0
Original line number Diff line number Diff line
@@ -194,6 +194,7 @@
    <string name="message_compose_description_delete_quoted_text">Remove quoted text</string>
    <string name="message_compose_description_edit_quoted_text">Edit quoted text</string>
    <string name="remove_attachment_action">Remove attachment</string>
    <string name="save_attachment_action">Save attachment</string>

    <string name="message_to_label">To:</string>
    <string name="message_view_cc_label">Cc:</string>