[Android] Better wording for Resume playback
Nicolas Pomepuy
git at videolan.org
Fri Sep 6 15:01:45 CEST 2019
vlc-android | branch: master | Nicolas Pomepuy <nicolas.pomepuy at gmail.com> | Fri Sep 6 11:37:02 2019 +0200| [08132311d743a421e29abd05deeb74d9da32851b] | committer: Nicolas Pomepuy
Better wording for Resume playback
Fixes #1008
> https://code.videolan.org/videolan/vlc-android/commit/08132311d743a421e29abd05deeb74d9da32851b
---
vlc-android/res/values/strings.xml | 4 ++--
vlc-android/res/xml/shortcuts.xml | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/vlc-android/res/values/strings.xml b/vlc-android/res/values/strings.xml
index 77d2448d0..62885e76e 100644
--- a/vlc-android/res/values/strings.xml
+++ b/vlc-android/res/values/strings.xml
@@ -47,8 +47,8 @@
<string name="insert_next">Insert next</string>
<string name="play_all">Play all</string>
<string name="append_all">Append all</string>
- <string name="last_playlist">Last playlist</string>
- <string name="last_playlist_shortcut">Resume playback</string>
+ <string name="last_playlist">Resume playback</string>
+ <string name="last_playlist_shortcut"> Resume playback of last playlist</string>
<string name="delete">Delete</string>
<string name="remove">Remove</string>
<string name="set_song">Set as ringtone</string>
diff --git a/vlc-android/res/xml/shortcuts.xml b/vlc-android/res/xml/shortcuts.xml
index e8b95a5ca..ed5dfeb79 100644
--- a/vlc-android/res/xml/shortcuts.xml
+++ b/vlc-android/res/xml/shortcuts.xml
@@ -6,8 +6,8 @@
android:shortcutId="last_playlist"
android:enabled="true"
android:icon="@drawable/ic_queue_music"
- android:shortcutShortLabel="@string/last_playlist_shortcut"
- android:shortcutLongLabel="@string/last_playlist" >
+ android:shortcutShortLabel="@string/last_playlist"
+ android:shortcutLongLabel="@string/last_playlist_shortcut">
<intent
android:action="vlc.shortcut.resume"
android:targetPackage="org.videolan.vlc"
More information about the Android
mailing list