[Android] Preferences: Fix wrong summary for audio cards

Geoffrey Métais git at videolan.org
Wed Jul 24 15:00:35 CEST 2019


vlc-android | branch: master | Geoffrey Métais <geoffrey.metais at gmail.com> | Wed Jul 24 15:00:04 2019 +0200| [d726064249cd21f0e2a9f4ae4cda5fd4e0c8a461] | committer: Geoffrey Métais

Preferences: Fix wrong summary for audio cards

> https://code.videolan.org/videolan/vlc-android/commit/d726064249cd21f0e2a9f4ae4cda5fd4e0c8a461
---

 vlc-android/res/xml/preferences_ui.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/vlc-android/res/xml/preferences_ui.xml b/vlc-android/res/xml/preferences_ui.xml
index 85649d1ef..5dd159f70 100644
--- a/vlc-android/res/xml/preferences_ui.xml
+++ b/vlc-android/res/xml/preferences_ui.xml
@@ -69,7 +69,7 @@
         <CheckBoxPreference
             android:defaultValue="true"
             android:key="key_audio_show_cards"
-            android:summary="@string/resume_playback_summary"
+            android:summary="@string/audio_show_cards_summary"
             android:title="@string/audio_show_cards_title" />
         <CheckBoxPreference
             android:defaultValue="true"



More information about the Android mailing list