From 43e33294e5c1da8a146595a2cae5a3545d5ce07e Mon Sep 17 00:00:00 2001
From: Jo Vuit <jo.vuitton@gmail.com>
Date: Thu, 24 Jan 2019 13:15:58 +0100
Subject: [PATCH] Modified tooltip of PlayButton

---
 front/src/components/audio/PlayButton.vue | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/front/src/components/audio/PlayButton.vue b/front/src/components/audio/PlayButton.vue
index 27a05226..d438a14a 100644
--- a/front/src/components/audio/PlayButton.vue
+++ b/front/src/components/audio/PlayButton.vue
@@ -67,7 +67,7 @@ export default {
     },
     title () {
       if (this.playable) {
-        return this.$gettext('Play now')
+        return this.$gettext('Play...')
       } else {
         if (this.track) {
           return this.$gettext('This track is not available in any library you have access to')
-- 
GitLab