[Android] Fix renderer option title
Geoffrey Métais
git at videolan.org
Mon Jul 30 14:44:01 CEST 2018
vlc-android | branch: 3.0.x | Geoffrey Métais <geoffrey.metais at gmail.com> | Mon Jul 30 14:41:05 2018 +0200| [3211081721545c6a7a7d0b5562bd40c953766113] | committer: Geoffrey Métais
Fix renderer option title
(cherry picked from commit 10ee08606acdceb3a06d80dd07fdeccc1ccd13c3)
> https://code.videolan.org/videolan/vlc-android/commit/3211081721545c6a7a7d0b5562bd40c953766113
---
vlc-android/res/menu/activity_option.xml | 2 +-
vlc-android/res/values/strings.xml | 1 +
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/vlc-android/res/menu/activity_option.xml b/vlc-android/res/menu/activity_option.xml
index 6e36f9a85..885a199e4 100644
--- a/vlc-android/res/menu/activity_option.xml
+++ b/vlc-android/res/menu/activity_option.xml
@@ -6,7 +6,7 @@
android:orderInCategory="1"
android:id="@+id/ml_menu_renderers"
android:icon="@drawable/ic_am_renderer_normal_w"
- android:title="@string/searchable_hint"
+ android:title="@string/cast_option_title"
vlc:showAsAction="always|collapseActionView"
android:visible="false"/>
diff --git a/vlc-android/res/values/strings.xml b/vlc-android/res/values/strings.xml
index 96af86dab..e19222a3f 100644
--- a/vlc-android/res/values/strings.xml
+++ b/vlc-android/res/values/strings.xml
@@ -605,4 +605,5 @@
<string name="audio_digital_title">Digital audio output (passthrough)</string>
<string name="playback_rewind">Rewind</string>
<string name="playback_forward">Fast forward</string>
+ <string name="cast_option_title">Cast medias on another screen</string>
</resources>
More information about the Android
mailing list