Make translateable: SystemStat, custom footer (#9945)

Fixes #9942.
This commit is contained in:
zwim
2022-12-24 16:56:24 +01:00
committed by GitHub
parent c9df3a000f
commit ebaef61536
2 changed files with 14 additions and 4 deletions

View File

@@ -626,7 +626,7 @@ end
function ReaderFooter:set_custom_text(touchmenu_instance)
local text_dialog
text_dialog = MultiInputDialog:new{
title = "Enter a custom text",
title = _("Enter a custom text"),
fields = {
{
text = self.custom_text or "",