From 0cf0009cd0356a040bb286f50f3dce938cf8b672 Mon Sep 17 00:00:00 2001 From: jpirnay Date: Thu, 2 Apr 2026 19:01:38 +0200 Subject: [PATCH] Remove Chapter prefix --- src/activities/boot_sleep/SleepActivity.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/activities/boot_sleep/SleepActivity.cpp b/src/activities/boot_sleep/SleepActivity.cpp index 5e3dbfb0..dce8de43 100644 --- a/src/activities/boot_sleep/SleepActivity.cpp +++ b/src/activities/boot_sleep/SleepActivity.cpp @@ -381,7 +381,7 @@ BookOverlayInfo SleepActivity::getBookOverlayInfo(const std::string& bookPath) c snprintf(suffix, sizeof(suffix), tr(STR_OVERLAY_CHAPTER_PAGE_SUFFIX), currentPage + 1, pageCount, bookProgress); info.progressSuffix = suffix; - info.progressText = std::string(tr(STR_CHAPTER_PREFIX)) + info.chapterName + info.progressSuffix; + info.progressText = info.chapterName + info.progressSuffix; } else { char buf[80]; snprintf(buf, sizeof(buf), tr(STR_OVERLAY_READING_PROGRESS), (unsigned long)currentPage + 1,