From 94251087e6e955b09450edf10bde7e26a0f88426 Mon Sep 17 00:00:00 2001
From: Jo Vuit <jo.vuitton@gmail.com>
Date: Thu, 24 Jan 2019 13:38:34 +0100
Subject: [PATCH] Reformulate

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

diff --git a/front/src/components/playlists/Editor.vue b/front/src/components/playlists/Editor.vue
index 8e7e0ae9dc..5b5311f145 100644
--- a/front/src/components/playlists/Editor.vue
+++ b/front/src/components/playlists/Editor.vue
@@ -160,7 +160,7 @@ export default {
     }),
     labels () {
       return {
-        copyTitle: this.$gettext('Copy tracks from current queue to playlist')
+        copyTitle: this.$gettext('Copy queued tracks to playlist')
       }
     },
     status () {
-- 
GitLab