diff --git a/app/src/main/res/layout/fragment_message_input_voice_recording.xml b/app/src/main/res/layout/fragment_message_input_voice_recording.xml index cf5d667c5..d6c1bdc4f 100644 --- a/app/src/main/res/layout/fragment_message_input_voice_recording.xml +++ b/app/src/main/res/layout/fragment_message_input_voice_recording.xml @@ -80,7 +80,7 @@ android:layout_marginVertical="@dimen/standard_margin" android:scaleType="centerInside" android:src="@drawable/ic_delete" - android:contentDescription="@null" + android:contentDescription="@string/delete_voice_recording" android:background="?android:attr/selectableItemBackgroundBorderless" android:layout_weight="1" /> @@ -103,7 +103,7 @@ android:layout_marginVertical="@dimen/standard_margin" android:scaleType="centerInside" android:src="@drawable/ic_send" - android:contentDescription="@null" + android:contentDescription="@string/nc_send_voice_recording" android:background="?android:attr/selectableItemBackgroundBorderless" android:layout_weight="1" /> diff --git a/app/src/main/res/layout/view_message_input.xml b/app/src/main/res/layout/view_message_input.xml index 0a305a8e5..3f021f6f3 100644 --- a/app/src/main/res/layout/view_message_input.xml +++ b/app/src/main/res/layout/view_message_input.xml @@ -116,7 +116,7 @@ android:layout_marginStart="@dimen/standard_double_margin" android:scaleType="centerInside" android:src="@drawable/ic_delete" - android:contentDescription="@string/delete_voice_message" + android:contentDescription="@string/delete_voice_recording" android:background="?android:attr/selectableItemBackgroundBorderless" android:visibility="gone" /> @@ -131,7 +131,7 @@ android:layout_marginEnd="@dimen/standard_double_margin" android:scaleType="centerInside" android:src="@drawable/ic_send" - android:contentDescription="@string/nc_send_voice_message" + android:contentDescription="@string/nc_send_voice_recording" android:background="?android:attr/selectableItemBackgroundBorderless" android:visibility="gone" /> diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index 9ce361919..807019db5 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -453,7 +453,7 @@ How to translate with transifex: See %d similar message See %d similar messages - Send voice message + Send voice recording Guest access @@ -594,7 +594,7 @@ How to translate with transifex: Play/pause voice message Permission for audio recording is required Playback speed control - Delete voice message + Delete voice recording Match contacts based on phone number to integrate Talk shortcut into system contacts app