From ffb41f5f13e5212757deb2cb59a57d5b5c01053f Mon Sep 17 00:00:00 2001 From: hius07 <62179190+hius07@users.noreply.github.com> Date: Wed, 12 Mar 2025 19:20:50 +0200 Subject: [PATCH] Update frontend/apps/reader/modules/readerrolling.lua Co-authored-by: Frans de Jonge --- frontend/apps/reader/modules/readerrolling.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/apps/reader/modules/readerrolling.lua b/frontend/apps/reader/modules/readerrolling.lua index cdc92924d..0d152375e 100644 --- a/frontend/apps/reader/modules/readerrolling.lua +++ b/frontend/apps/reader/modules/readerrolling.lua @@ -310,7 +310,7 @@ function ReaderRolling:onCheckDomStyleCoherence() if self.ui.document and self.ui.document:isBuiltDomStale() then -- When using an older DOM version, bookmarks may break local bookmarks_warn_txt = self.using_non_normalized_xpointers and self.ui.annotation:hasAnnotations() - and _("\nNote that this change in styles may render your bookmarks or highlights no more valid.\nIf some of them do not show anymore, you can just revert the change you just made to have them shown again.\n\n") + and ("\n" .. _("Note that this change in styles may render your bookmarks or highlights invalid.\nIf some of them no longer appear, you can simply revert the change you just made to show them again.") .. "\n\n") self:showSuggestReloadConfirmBox(bookmarks_warn_txt) end end