mirror of
https://github.com/ArcaneChat/android.git
synced 2026-07-03 14:05:24 +02:00
prefer 'audio' over 'switch speaker', which is more correct, others are using that as well, and the translations are there already
This commit is contained in:
@@ -307,7 +307,7 @@
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:src="@drawable/ic_volume_up"
|
||||
android:contentDescription="@string/switch_speaker"
|
||||
android:contentDescription="@string/audio"
|
||||
app:tint="@color/calls_button_foreground"
|
||||
app:backgroundTint="@color/calls_button_background"
|
||||
app:fabSize="normal"
|
||||
|
||||
@@ -206,8 +206,6 @@
|
||||
<string name="camera">Camera</string>
|
||||
<!-- As in "start a video recording" or "take a photo"; eg. the description of the "shutter button" in cameras -->
|
||||
<string name="capture">Capture</string>
|
||||
<!-- Switch audio output eg. from earphone to front speaker -->
|
||||
<string name="switch_speaker">Switch Speaker</string>
|
||||
<!-- Switch eg. from front to back camera -->
|
||||
<string name="switch_camera">Switch Camera</string>
|
||||
<!-- Toggle camera on/off eg. during an video call -->
|
||||
|
||||
Reference in New Issue
Block a user