« get me outta code hell

mtui - Music Text User Interface - user-friendly command line music player
about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--ui.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui.js b/ui.js
index 5a8e0ad..5e9e6f9 100644
--- a/ui.js
+++ b/ui.js
@@ -399,7 +399,7 @@ class AppElement extends FocusElement {
       getEnabled: () => this.config.canControlPlayback
     })
 
-    this.loopQueueControl = new ToggleControl('Loop queue when it ends?', {
+    this.loopQueueControl = new ToggleControl('Loop queue?', {
       setValue: val => this.SQP.setLoopQueueAtEnd(val),
       getValue: () => this.SQP.loopQueueAtEnd,
       getEnabled: () => this.config.canControlPlayback