Skip to content

Commit c208b3d

Browse files
committed
use proper wording recording instead of message
Signed-off-by: sowjanyakch <[email protected]>
1 parent df2a820 commit c208b3d

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

app/src/main/res/layout/fragment_message_input_voice_recording.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@
8080
android:layout_marginVertical="@dimen/standard_margin"
8181
android:scaleType="centerInside"
8282
android:src="@drawable/ic_delete"
83-
android:contentDescription="@null"
83+
android:contentDescription="@string/delete_voice_recording"
8484
android:background="?android:attr/selectableItemBackgroundBorderless"
8585
android:layout_weight="1"
8686
/>
@@ -103,7 +103,7 @@
103103
android:layout_marginVertical="@dimen/standard_margin"
104104
android:scaleType="centerInside"
105105
android:src="@drawable/ic_send"
106-
android:contentDescription="@null"
106+
android:contentDescription="@string/nc_send_voice_recording"
107107
android:background="?android:attr/selectableItemBackgroundBorderless"
108108
android:layout_weight="1"
109109
/>

app/src/main/res/layout/view_message_input.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@
116116
android:layout_marginStart="@dimen/standard_double_margin"
117117
android:scaleType="centerInside"
118118
android:src="@drawable/ic_delete"
119-
android:contentDescription="@string/delete_voice_message"
119+
android:contentDescription="@string/delete_voice_recording"
120120
android:background="?android:attr/selectableItemBackgroundBorderless"
121121
android:visibility="gone" />
122122

@@ -131,7 +131,7 @@
131131
android:layout_marginEnd="@dimen/standard_double_margin"
132132
android:scaleType="centerInside"
133133
android:src="@drawable/ic_send"
134-
android:contentDescription="@string/nc_send_voice_message"
134+
android:contentDescription="@string/nc_send_voice_recording"
135135
android:background="?android:attr/selectableItemBackgroundBorderless"
136136
android:visibility="gone" />
137137

app/src/main/res/values/strings.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -453,7 +453,7 @@ How to translate with transifex:
453453
<item quantity="one">See %d similar message</item>
454454
<item quantity="other">See %d similar messages</item>
455455
</plurals>
456-
<string name="nc_send_voice_message">Send voice message</string>
456+
<string name="nc_send_voice_recording">Send voice recording</string>
457457

458458
<!-- Conversation info guest access -->
459459
<string name="nc_guest_access">Guest access</string>
@@ -594,7 +594,7 @@ How to translate with transifex:
594594
<string name="play_pause_voice_message">Play/pause voice message</string>
595595
<string name="nc_voice_message_missing_audio_permission">Permission for audio recording is required</string>
596596
<string name="playback_speed_control">Playback speed control</string>
597-
<string name="delete_voice_message">Delete voice message</string>
597+
<string name="delete_voice_recording">Delete voice recording</string>
598598

599599
<!-- Phonebook Integration -->
600600
<string name="nc_settings_phone_book_integration_desc">Match contacts based on phone number to integrate Talk shortcut into system contacts app</string>

0 commit comments

Comments
 (0)