aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README.md2
-rw-r--r--xembu.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 9f10197..8b78385 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-# xembu - eXtensiblE Multiuser Bookkeeping Utility
+# xembu - eXtensible Event-based Multiuser Bookkeeping Utility
This tool does simple bookkeeping statistics based on CSV input.
diff --git a/xembu.py b/xembu.py
index 5c4c701..0ae60e6 100644
--- a/xembu.py
+++ b/xembu.py
@@ -80,7 +80,7 @@ def _decorate_figure(fig, mono_font, title: str, generated_at: str, page: int, t
# Fußzeile links (zweizeilig)
footer_left = (
- "xembu - eXtensiblE Multiuser Bookkeeping Utility\n"
+ "xembu - eXtensible Event-based Multiuser Bookkeeping Utility\n"
"Copyright (C) 2024 Leonard Kugis\n"
"This program comes with ABSOLUTELY NO WARRANTY; for details see LICENSE.txt"
)