From 10a83c88619a36baa2d7663a0972c68351d91d16 Mon Sep 17 00:00:00 2001 From: gautierchomel Date: Tue, 17 Dec 2024 13:48:23 +0100 Subject: [PATCH 1/2] expliciter label for the back to bookshelf button (becomes Close this reading window (back to bookshelf)) closes #2696 --- src/resources/locales/en.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/resources/locales/en.json b/src/resources/locales/en.json index bf86d944f..bea212b75 100644 --- a/src/resources/locales/en.json +++ b/src/resources/locales/en.json @@ -405,7 +405,7 @@ }, "navigation": { "annotationTitle": "annotation", - "backHomeTitle": "back to bookshelf", + "backHomeTitle": "Close this reading window (back to bookshelf)", "bookmarkTitle": "bookmark", "currentPage": "Current page: {{- current}}", "currentPageTotal": "Current page: {{- current}}/{{- total}}", From f5106f2faaee2ad29ff62321d6cda91c449f5c00 Mon Sep 17 00:00:00 2001 From: gautierchomel Date: Wed, 18 Dec 2024 14:31:27 +0100 Subject: [PATCH 2/2] additional context changing information to the About Thorium link So the users knows that will open a browser and change the context. --- src/resources/locales/en.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/resources/locales/en.json b/src/resources/locales/en.json index bea212b75..f0b4ed13d 100644 --- a/src/resources/locales/en.json +++ b/src/resources/locales/en.json @@ -49,7 +49,7 @@ }, "catalog": { "about": { - "title": "About {{- appName}}" + "title": "About {{- appName}} (online)" }, "addBookToLib": "Import", "addTags": "Add tag",