From eff66c684af4208aba497a7c392c2f1a921e78fb Mon Sep 17 00:00:00 2001 From: 0xd9a <0xd9a@noreply.codeberg.org> Date: Tue, 7 Oct 2025 16:22:24 +0530 Subject: [PATCH] Correct content description of profile picture in activity_main_peertube.xml --- .../main/res/layouts/peertube/layout/activity_main_peertube.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/main/res/layouts/peertube/layout/activity_main_peertube.xml b/app/src/main/res/layouts/peertube/layout/activity_main_peertube.xml index 9e8bd2e1..5c4f38f3 100644 --- a/app/src/main/res/layouts/peertube/layout/activity_main_peertube.xml +++ b/app/src/main/res/layouts/peertube/layout/activity_main_peertube.xml @@ -51,7 +51,7 @@ android:layout_width="30dp" android:layout_height="30dp" android:layout_gravity="center" - android:contentDescription="@string/select_accounts" /> + android:contentDescription="@string/open_menu" />