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:
B. Petersen
2026-05-12 15:09:10 +02:00
committed by biörn
parent 43654fdadb
commit be07043b47
2 changed files with 1 additions and 3 deletions
+1 -1
View File
@@ -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"
-2
View File
@@ -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 -->