From 2f6d3adb179b288f42840bdc5ab93a6a0851da0d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Peter=20V=C3=A1gner?= Date: Sun, 30 Jun 2019 19:41:42 +0200 Subject: [PATCH] Message composer: describe the image button for dismissing as cancel rather than close MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Peter Vágner --- vector/src/main/res/layout/merge_composer_layout.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vector/src/main/res/layout/merge_composer_layout.xml b/vector/src/main/res/layout/merge_composer_layout.xml index 0142f65a3e..97ef31eb84 100644 --- a/vector/src/main/res/layout/merge_composer_layout.xml +++ b/vector/src/main/res/layout/merge_composer_layout.xml @@ -73,7 +73,7 @@ android:background="?android:attr/selectableItemBackground" android:contentDescription="@string/action_close" android:src="@drawable/ic_close_round" - android:contentDescription="@string/action_close" + android:contentDescription="@string/cancel" android:tint="@color/riotx_notice" tools:ignore="MissingConstraints" />