From 3312b72d9d6dd35d1bef49ef49deeb77a0968c1f Mon Sep 17 00:00:00 2001 From: Jonas Diemer Date: Tue, 27 Jan 2026 18:13:54 +0100 Subject: [PATCH] Unified action. --- src/activities/reader/EpubReaderMenuActivity.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/activities/reader/EpubReaderMenuActivity.h b/src/activities/reader/EpubReaderMenuActivity.h index 471c620e..bd253f81 100644 --- a/src/activities/reader/EpubReaderMenuActivity.h +++ b/src/activities/reader/EpubReaderMenuActivity.h @@ -32,7 +32,7 @@ class EpubReaderMenuActivity final : public ActivityWithSubactivity { std::string label; }; - const std::vector menuItems = {{MenuAction::SELECT_CHAPTER, "Select Chapter"}, + const std::vector menuItems = {{MenuAction::SELECT_CHAPTER, "Go to Chapter"}, {MenuAction::GO_HOME, "Go Home"}, {MenuAction::DELETE_CACHE, "Delete Book Cache"}};