Skip to content

Commit

Permalink
Merge pull request thunderbird#8404 from cketti/fix-content-description
Browse files Browse the repository at this point in the history
Fix content description of "save attachment" image button
  • Loading branch information
cketti authored Oct 24, 2024
2 parents c8c0c69 + 21017c0 commit 939d7a0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
1 change: 1 addition & 0 deletions legacy/ui/legacy/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 939d7a0

Please sign in to comment.