From fa098f6bd3f3076e05ffda269f4e0dee97542f30 Mon Sep 17 00:00:00 2001 From: Emanuel Schuetze Date: Thu, 14 Mar 2013 22:54:00 +0100 Subject: [PATCH] Typo. --- openslides/motion/models.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/openslides/motion/models.py b/openslides/motion/models.py index 7ff707a7a..c9a6cdfd3 100644 --- a/openslides/motion/models.py +++ b/openslides/motion/models.py @@ -52,9 +52,9 @@ class Motion(SlideMixin, models.Model): related_name="active_version") """Points to a specific version. - Used be the permitted-version-system to deside witch version is the active - Version. Could also be used to only choose a specific version as a default - version. Like the Sighted versions on Wikipedia. + Used be the permitted-version-system to deside which version is the active + version. Could also be used to only choose a specific version as a default + version. Like the sighted versions on Wikipedia. """ state = models.ForeignKey('State', null=True) # TODO: Check whether null=True is necessary.