From f0a619ac14e11a0bb3cd284513e71f33ce77c8c2 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Thu, 30 Jun 2022 16:31:09 +0530 Subject: [PATCH] ... --- manual/customize.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manual/customize.rst b/manual/customize.rst index bd5206bf04..cf9976a5c4 100644 --- a/manual/customize.rst +++ b/manual/customize.rst @@ -40,7 +40,7 @@ Environment variables * ``CALIBRE_OVERRIDE_LANG`` - used to force the language used by the interface (ISO 639 language code) * ``CALIBRE_TEST_TRANSLATION`` - used to test a translation .po file (should be the path to the .po file) * ``CALIBRE_NO_NATIVE_FILEDIALOGS`` - causes calibre to not use native file dialogs for selecting files/folders. - * ``CALIBRE_NO_NATIVE_MENUBAR`` - causes calibre to not create a native (global) menu on Ubuntu Unity and similar linux desktop environments. The menu is instead placed inside the window, as is traditional. + * ``CALIBRE_NO_NATIVE_MENUBAR`` - causes calibre to not create a native (global) menu on Ubuntu Unity and similar Linux desktop environments. The menu is instead placed inside the window, as is traditional. * ``CALIBRE_USE_SYSTEM_THEME`` - by default, on Linux, calibre uses its own builtin Qt style. This is to avoid crashes and hangs caused by incompatibilities between the version of Qt calibre is built against and the system Qt. The