The following commit has been merged in the master branch:
commit 0aaf274ad7fb98f49c36758b8e9e6c5585940c36
Author: Michal Čihař <[email protected]>
Date: Thu Oct 8 11:45:27 2009 +0200
Add help text.
diff --git a/phonedb/forms.py b/phonedb/forms.py
index 128b724..d2e4003 100644
--- a/phonedb/forms.py
+++ b/phonedb/forms.py
@@ -25,6 +25,7 @@ class NewForm(ModelForm):
features = forms.MultipleChoiceField(
label = ugettext_lazy('Features'),
required = False,
+ help_text = ugettext_lazy('Features which are working in Gammu.'),
choices = [(f.name,
ugettext_lazy('%(description)s (%(name)s)') %
{'description': f.get_description(), 'name': f.name}
--
UNNAMED PROJECT
_______________________________________________
Wammu-svn mailing list
[email protected]
https://lists.cihar.com/cgi-bin/mailman/listinfo/wammu-svn