diff --git a/CHANGELOG.md b/CHANGELOG.md index 156f810b6..1c8f0b77a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,7 +18,7 @@ [#1098](https://github.com/owncloud/music/issues/1098) - Optional "strict" mode for the history filters of the smart playlist [#1099](https://github.com/owncloud/music/issues/1099) -- Hint about the keyboard shortcuts to the Settings view +- Hint about the keyboard shortcuts in the Settings view and in tooltips [#1086](https://github.com/owncloud/music/issues/1086) ### Changed diff --git a/templates/fake-template.php b/templates/fake-template.php index a42b74bf3..b91803f03 100644 --- a/templates/fake-template.php +++ b/templates/fake-template.php @@ -24,3 +24,6 @@ Play Pause +(press and hold for more) +Mute +Unmute diff --git a/templates/partials/controls.php b/templates/partials/controls.php index 8c021e85b..1e0afcf15 100644 --- a/templates/partials/controls.php +++ b/templates/partials/controls.php @@ -3,18 +3,20 @@
{{ 'Previous' | translate }}
@@ -49,6 +51,7 @@
{{ 'Next' | translate }}
@@ -93,9 +96,11 @@ {{ 'Repeat' | translate }} -
+
{{ 'Volume' | translate }} - + ng-src="{{ volume === 0 ? '' : '' }}" + title="{{ volume === 0 ? ('Unmute' | translate) : ('Mute' | translate) }} [M]" /> +
diff --git a/templates/partials/navigation.php b/templates/partials/navigation.php index 2086c9c90..7c7c3fa0d 100644 --- a/templates/partials/navigation.php +++ b/templates/partials/navigation.php @@ -47,7 +47,7 @@ title="{{ trackCountText(playlist) }}" icon="'playlist'"> -