aboutsummaryrefslogtreecommitdiff
path: root/app/backends/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'app/backends/__init__.py')
-rw-r--r--app/backends/__init__.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/backends/__init__.py b/app/backends/__init__.py
index 8c9f045..89d95e2 100644
--- a/app/backends/__init__.py
+++ b/app/backends/__init__.py
@@ -6,7 +6,7 @@ command it prints once configured. This package aggregates them into a single
registry so ``audiobook.py``'s TUI hub and future tools can iterate backends
without hardcoding their names: ``backends.detect_all()`` reports which are set
up (and whether their server is currently running), and the registry
-drives the hub's "Configure backends" menu.
+drives the hub's "Configure Backends" menu.
The registry is built lazily on the first call to ``get``/``detect_all``/
``detect`` (not at package import time), because the backend modules pull
@@ -163,7 +163,7 @@ class BackendInfo:
UPDATE refreshes the installed backend to the latest upstream version
(pip -U / git fetch+reset, rebuilding where a binary must match the
sources); same calling convention as UNINSTALL. Without UPDATE a
- backend is skipped by the hub's "Update backends" action.
+ backend is skipped by the hub's "Update Backends" action.
CONFIGURE_SCREEN, when given, is what the hub's "Configure <label>"
menu entry runs instead of SETUP_SCREEN once the backend exists — a