From af472e57ef111bbb21212391d5c7cbb7dd3b16a9 Mon Sep 17 00:00:00 2001 From: Gwendolyn Date: Fri, 20 Dec 2024 12:36:04 +0100 Subject: [PATCH] typos --- src/c3nav/locale/de/LC_MESSAGES/django.po | 8 ++++---- src/c3nav/routing/route.py | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/c3nav/locale/de/LC_MESSAGES/django.po b/src/c3nav/locale/de/LC_MESSAGES/django.po index 5a380f27..4559a9f1 100644 --- a/src/c3nav/locale/de/LC_MESSAGES/django.po +++ b/src/c3nav/locale/de/LC_MESSAGES/django.po @@ -250,11 +250,11 @@ msgstr "kann bearbeiten" #: c3nav/control/models.py msgid "user space access" -msgstr "Benutzer-Raumzugrifsberechtigung" +msgstr "Benutzer-Raumzugriffsberechtigung" #: c3nav/control/models.py msgid "user space accesses" -msgstr "Benutzer-Raumzugrifsberechtigungen" +msgstr "Benutzer-Raumzugriffsberechtigungen" #: c3nav/control/templates/control/access.html msgid "Generate QR Code" @@ -436,7 +436,7 @@ msgstr "Kartenänderungen" #: c3nav/control/templates/control/map_updates.html msgid "Create map update" -msgstr "Kartenängerung erstellen" +msgstr "Kartenänderung erstellen" #: c3nav/control/templates/control/map_updates.html msgid "Process updates" @@ -3589,7 +3589,7 @@ msgid "You have reached your destination." msgstr "Du hast dein Ziel erreicht." #: c3nav/routing/route.py -msgid "avoid restrictionss" +msgid "avoid restrictions" msgstr "nicht-öffentlich vermieden" #: c3nav/routing/route.py diff --git a/src/c3nav/routing/route.py b/src/c3nav/routing/route.py index 4875a1c9..a8f7c6a6 100644 --- a/src/c3nav/routing/route.py +++ b/src/c3nav/routing/route.py @@ -201,7 +201,7 @@ class Route: restrictions_option = self.options.get('restrictions', 'normal') if restrictions_option == "avoid": - options_summary.append(_('avoid restrictionss')) + options_summary.append(_('avoid restrictions')) elif restrictions_option == "prefer": options_summary.append(_('prefer restrictions'))