mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
[i18n] Fix untranslated "Screensaver message" (#10217)
Reported in <https://www.mobileread.com/forums/showpost.php?p=4306749&postcount=107>.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user