diff --git a/frontend/ui/screensaver.lua b/frontend/ui/screensaver.lua index 080bfeaeb..865b92ed0 100644 --- a/frontend/ui/screensaver.lua +++ b/frontend/ui/screensaver.lua @@ -506,7 +506,7 @@ function Screensaver:show() -- We mostly always suspend in Portrait/Inverted Portrait mode... -- ... except when we just show an InfoMessage or when the screensaver - -- is disabled, as it plays badly with Landscape mode (c.f., #4098 and #5290). + -- is disabled, as it plays badly with Landscape mode (c.f., #4098 and #5920). -- We also exclude full-screen widgets that work fine in Landscape mode, -- like ReadingProgress and BookStatus (c.f., #5724) if self:modeExpectsPortrait() then