[i18n] Fix untranslated "Screensaver message" (#10217)

Reported in <https://www.mobileread.com/forums/showpost.php?p=4306749&postcount=107>.
reviewable/pr10223/r1
Frans de Jonge 1 year ago committed by GitHub
parent 3006348585
commit 1dfb766ff1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -413,7 +413,7 @@ function Screensaver:setMessage()
or self.default_screensaver_message
local input_dialog
input_dialog = InputDialog:new{
title = "Screensaver message",
title = _("Screensaver message"),
description = _([[
Enter the message to be displayed by the screensaver. The following escape sequences can be used:
%T title

Loading…
Cancel
Save