Skip to content

Commit 6d12a13

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

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
@@ -452,7 +452,7 @@ How to translate with transifex:
452452
<item quantity="one">See %d similar message</item>
453453
<item quantity="other">See %d similar messages</item>
454454
</plurals>
455-
<string name="nc_send_voice_message">Send voice message</string>
455+
<string name="nc_send_voice_recording">Send voice recording</string>
456456

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

598598
<!-- Phonebook Integration -->
599599
<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)