From 21fc91262cb136e195d18856fac892cadcbb9896 Mon Sep 17 00:00:00 2001 From: Amelia <77553571+Fesaa@users.noreply.github.com> Date: Sat, 14 Jun 2025 15:11:55 +0200 Subject: [PATCH] Adjust tooltip text of disable width override to be more accurate --- UI/Web/src/assets/langs/en.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/UI/Web/src/assets/langs/en.json b/UI/Web/src/assets/langs/en.json index b3264e9d0..7fde5eeb8 100644 --- a/UI/Web/src/assets/langs/en.json +++ b/UI/Web/src/assets/langs/en.json @@ -2868,7 +2868,7 @@ "width-override-label": "{{manga-reader.width-override-label}}", "width-override-tooltip": "Override width of images in the reader", "disable-width-override-label": "Disable width override", - "disable-width-override-tooltip": "Prevent the width override from taking effect when your screen is smaller than the configured breakpoint", + "disable-width-override-tooltip": "Prevent the width override from taking effect when your screen is at least the configured breakpoint or smaller", "reset": "{{common.reset}}", "book-reader-settings-title": "Book Reader",