File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 80
80
android : layout_marginVertical =" @dimen/standard_margin"
81
81
android : scaleType =" centerInside"
82
82
android : src =" @drawable/ic_delete"
83
- android : contentDescription =" @null "
83
+ android : contentDescription =" @string/delete_voice_recording "
84
84
android : background =" ?android:attr/selectableItemBackgroundBorderless"
85
85
android : layout_weight =" 1"
86
86
/>
103
103
android : layout_marginVertical =" @dimen/standard_margin"
104
104
android : scaleType =" centerInside"
105
105
android : src =" @drawable/ic_send"
106
- android : contentDescription =" @null "
106
+ android : contentDescription =" @string/nc_send_voice_recording "
107
107
android : background =" ?android:attr/selectableItemBackgroundBorderless"
108
108
android : layout_weight =" 1"
109
109
/>
Original file line number Diff line number Diff line change 116
116
android : layout_marginStart =" @dimen/standard_double_margin"
117
117
android : scaleType =" centerInside"
118
118
android : src =" @drawable/ic_delete"
119
- android : contentDescription =" @string/delete_voice_message "
119
+ android : contentDescription =" @string/delete_voice_recording "
120
120
android : background =" ?android:attr/selectableItemBackgroundBorderless"
121
121
android : visibility =" gone" />
122
122
131
131
android : layout_marginEnd =" @dimen/standard_double_margin"
132
132
android : scaleType =" centerInside"
133
133
android : src =" @drawable/ic_send"
134
- android : contentDescription =" @string/nc_send_voice_message "
134
+ android : contentDescription =" @string/nc_send_voice_recording "
135
135
android : background =" ?android:attr/selectableItemBackgroundBorderless"
136
136
android : visibility =" gone" />
137
137
Original file line number Diff line number Diff line change @@ -452,7 +452,7 @@ How to translate with transifex:
452
452
<item quantity =" one" >See %d similar message</item >
453
453
<item quantity =" other" >See %d similar messages</item >
454
454
</plurals >
455
- <string name =" nc_send_voice_message " >Send voice message </string >
455
+ <string name =" nc_send_voice_recording " >Send voice recording </string >
456
456
457
457
<!-- Conversation info guest access -->
458
458
<string name =" nc_guest_access" >Guest access</string >
@@ -593,7 +593,7 @@ How to translate with transifex:
593
593
<string name =" play_pause_voice_message" >Play/pause voice message</string >
594
594
<string name =" nc_voice_message_missing_audio_permission" >Permission for audio recording is required</string >
595
595
<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 >
597
597
598
598
<!-- Phonebook Integration -->
599
599
<string name =" nc_settings_phone_book_integration_desc" >Match contacts based on phone number to integrate Talk shortcut into system contacts app</string >
You can’t perform that action at this time.
0 commit comments