From 505a43628d8810351b2d62ec1d7b22ccf730e4aa Mon Sep 17 00:00:00 2001
From: 0xd9a <0xd9a@noreply.codeberg.org>
Date: Sat, 19 Jul 2025 17:35:28 +0530
Subject: [PATCH] Change content description of profile picture button in
navigation drawer
---
app/src/main/res/layouts/mastodon/layout/nav_header_main.xml | 2 +-
app/src/main/res/values/strings.xml | 3 +++
2 files changed, 4 insertions(+), 1 deletion(-)
diff --git a/app/src/main/res/layouts/mastodon/layout/nav_header_main.xml b/app/src/main/res/layouts/mastodon/layout/nav_header_main.xml
index 70f6ae93..56ddc6cd 100644
--- a/app/src/main/res/layouts/mastodon/layout/nav_header_main.xml
+++ b/app/src/main/res/layouts/mastodon/layout/nav_header_main.xml
@@ -32,7 +32,7 @@
android:layout_width="80dp"
android:layout_height="80dp"
android:layout_margin="12dp"
- android:contentDescription="@string/profile_picture"
+ android:contentDescription="@string/cd_open_profile"
android:scaleType="fitCenter"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toTopOf="parent"
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml
index f7b9844d..b6aecf45 100644
--- a/app/src/main/res/values/strings.xml
+++ b/app/src/main/res/values/strings.xml
@@ -74,6 +74,9 @@
Insert emoji
The app did not collect custom emojis for the moment.
Are you sure you want to logout @%1$s@%2$s?
+
+ Open profile page
+
No message to display
Add this message to your favourites?