From 8601bd43f796b19c60b90ba812287199d5853069 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Mon, 3 Aug 2020 23:20:32 +0530 Subject: [PATCH] String changes --- src/calibre/gui2/preferences/look_feel.ui | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/calibre/gui2/preferences/look_feel.ui b/src/calibre/gui2/preferences/look_feel.ui index e28c716d4a..f4d5b4141a 100644 --- a/src/calibre/gui2/preferences/look_feel.ui +++ b/src/calibre/gui2/preferences/look_feel.ui @@ -277,7 +277,7 @@ <ul> <li><b>Automatic</b>: Adjust the user interface if a high resolution monitor is detected. Will respect Qt environment variables controlling high DPI behavior. So if you use the environment variable QT_AUTO_SCREEN_SCALE_FACTOR then it will be used instead of this setting.</li> -<li><b>On</b>: Same as "Automatic", but ignores Qt environment variables controlling high dpi behavior.</li> +<li><b>On</b>: Same as "Automatic", but ignores Qt environment variables controlling high DPI behavior.</li> <li><b>Off</b>: Do not adjust the user interface, regardless of Qt environment variables.</li> </ul>