[Android] Fix wrong setting title

Geoffrey Métais git at videolan.org
Fri Oct 6 16:39:34 CEST 2017


vlc-android | branch: master | Geoffrey Métais <geoffrey.metais at gmail.com> | Fri Oct  6 15:50:03 2017 +0200| [0705bd011028e7564bd8a5ba5a15c347e84b9a65] | committer: Geoffrey Métais

Fix wrong setting title

Close #383

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

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

diff --git a/vlc-android/res/xml/preferences_adv.xml b/vlc-android/res/xml/preferences_adv.xml
index 1cf2f9b92..48c225a1a 100644
--- a/vlc-android/res/xml/preferences_adv.xml
+++ b/vlc-android/res/xml/preferences_adv.xml
@@ -24,7 +24,7 @@
 
     <PreferenceScreen
         android:key="clear_history"
-        android:title="@string/clear_history" />
+        android:title="@string/clear_playback_history" />
 
     <Preference
         android:enabled="true"



More information about the Android mailing list