From 2cbca77a988617f95fea25db0a6ecc5802cb0db5 Mon Sep 17 00:00:00 2001 From: Michael Ziegler Date: Sun, 7 Oct 2012 15:23:03 +0200 Subject: [PATCH] add missing ) --- pyweb/mumble/forms.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyweb/mumble/forms.py b/pyweb/mumble/forms.py index d012db2..8f220cb 100644 --- a/pyweb/mumble/forms.py +++ b/pyweb/mumble/forms.py @@ -135,7 +135,7 @@ class MumbleForm( PropertyModelForm ): "specified in the Display Address field must contain the same location code.") ) registerpassword = forms.CharField( required=False, help_text=_( "Password used for the server list registration. Required for the server to be listed in the server list. " - "Note that you will never need to enter this password anywhere. It is solely used by Murmur to update the registration.") + "Note that you will never need to enter this password anywhere. It is solely used by Murmur to update the registration.") ) allowping = forms.BooleanField( required=False, initial=True, help_text=_( "Allow ping packets from the server (to show usercount and slots in the server browser). " "Required for the server to be listed in the server list.") )