From c21511037efc45988b6aa415f86d91fc4a912aed Mon Sep 17 00:00:00 2001 From: Zed Date: Sun, 26 Feb 2023 00:43:11 +0100 Subject: [PATCH] Uppercase HLS in preference description --- 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 87de88d..8e2ac8f 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 HLS video streaming (requires JavaScript)" proxyVideos(checkbox, true): "Proxy video streaming through the server (might be slow)"