Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
VLC-Android
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Jamal Dahbur
VLC-Android
Commits
c42984a5
Commit
c42984a5
authored
5 years ago
by
Nicolas Pomepuy
Committed by
Geoffrey Métais
5 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Better wording for Resume playback
Fixes #1008 (cherry picked from commit
08132311
)
parent
9442fb10
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
vlc-android/res/values/strings.xml
+2
-2
2 additions, 2 deletions
vlc-android/res/values/strings.xml
vlc-android/res/xml/shortcuts.xml
+2
-2
2 additions, 2 deletions
vlc-android/res/xml/shortcuts.xml
with
4 additions
and
4 deletions
vlc-android/res/values/strings.xml
+
2
−
2
View file @
c42984a5
...
...
@@ -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
play
list
</string>
<string
name=
"last_playlist_shortcut"
>
Resume playback
</string>
<string
name=
"last_playlist"
>
Resume
play
back
</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>
...
...
This diff is collapsed.
Click to expand it.
vlc-android/res/xml/shortcuts.xml
+
2
−
2
View file @
c42984a5
...
...
@@ -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"
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment