From b5b6ccbfe3e7c26bdc3799792ddc72465421e49c Mon Sep 17 00:00:00 2001 From: Jonathan Date: Sat, 3 Dec 2022 15:06:43 +0100 Subject: [PATCH] Expand acronym --- src/prefs_impl.nim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/prefs_impl.nim b/src/prefs_impl.nim index 0223c82..30aeafd 100644 --- a/src/prefs_impl.nim +++ b/src/prefs_impl.nim @@ -83,7 +83,7 @@ genPrefs: "Enable mp4 video playback (only for gifs)" hlsPlayback(checkbox, false): - "Enable hls video streaming (requires JavaScript)" + "Enable HTTP Live Streaming (HLS) video streaming (requires JavaScript)" proxyVideos(checkbox, true): "Proxy video streaming through the server (might be slow)"