From 21017c0625c3aa271d6a4f221f012d818f1055e0 Mon Sep 17 00:00:00 2001 From: cketti Date: Thu, 24 Oct 2024 12:41:59 +0200 Subject: [PATCH] Fix content description of "save attachment" image button --- .../ui/legacy/src/main/res/layout/message_view_attachment.xml | 2 +- legacy/ui/legacy/src/main/res/values/strings.xml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/legacy/ui/legacy/src/main/res/layout/message_view_attachment.xml b/legacy/ui/legacy/src/main/res/layout/message_view_attachment.xml index 5009988dfaf..9e4a84e7a51 100644 --- a/legacy/ui/legacy/src/main/res/layout/message_view_attachment.xml +++ b/legacy/ui/legacy/src/main/res/layout/message_view_attachment.xml @@ -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" diff --git a/legacy/ui/legacy/src/main/res/values/strings.xml b/legacy/ui/legacy/src/main/res/values/strings.xml index 91d6443a711..0de0e7db6d6 100644 --- a/legacy/ui/legacy/src/main/res/values/strings.xml +++ b/legacy/ui/legacy/src/main/res/values/strings.xml @@ -194,6 +194,7 @@ Remove quoted text Edit quoted text Remove attachment + Save attachment To: Cc: