From 187379cc3590a61e99108b3061db483fe4f4d0a4 Mon Sep 17 00:00:00 2001 From: Madhur Gupta Date: Tue, 17 Mar 2020 14:38:27 +0100 Subject: [PATCH] Fixes 3536 --- app/src/main/res/values/strings.xml | 1 - app/src/main/res/xml/preferences.xml | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index b2f987c798..1e77896d22 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -390,7 +390,6 @@ Use custom author name Use a custom author name instead of your username while uploading photos Custom author name - The custom author name to use instead of your username in uploads Contributions Nearby Notifications diff --git a/app/src/main/res/xml/preferences.xml b/app/src/main/res/xml/preferences.xml index 851e22155a..e58dbefd6f 100644 --- a/app/src/main/res/xml/preferences.xml +++ b/app/src/main/res/xml/preferences.xml @@ -49,7 +49,7 @@ android:key="authorName" app:singleLineTitle="false" app:dependency="useAuthorName" - android:summary="@string/preference_author_name_summary" + app:useSimpleSummaryProvider="true" android:title="@string/preference_author_name" />