From a85c9c7df3c2f188aede974fb1162e2f7d4bc69f Mon Sep 17 00:00:00 2001 From: Hunter Jozwiak Date: Thu, 30 Jan 2025 17:17:28 -0500 Subject: [PATCH] Similarly, update the version speaker. --- .../commands/commands/announce_fenrir_version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/fenrirscreenreader/commands/commands/announce_fenrir_version.py b/src/fenrirscreenreader/commands/commands/announce_fenrir_version.py index 8e29064a..978e9c99 100644 --- a/src/fenrirscreenreader/commands/commands/announce_fenrir_version.py +++ b/src/fenrirscreenreader/commands/commands/announce_fenrir_version.py @@ -19,7 +19,7 @@ class command(): def run(self): try: - self.env['runtime']['outputManager'].presentText(f'Fenrir screen reader version {fenrirVersion.version}-{fenrirVersion.codeName}', interrupt=True) + self.env['runtime']['outputManager'].presentText(f'Fenrir screen reader version {fenrirVersion}', interrupt=True) except exception as e: self.env['runtime']['outputManager'].presentText(_('Version information is unavailable.'), interrupt=True)