summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan McGee <dan@archlinux.org>2011-05-15 12:30:10 -0500
committerDan McGee <dan@archlinux.org>2011-05-15 12:30:10 -0500
commit1e19b6af3e3ff29820b7b1cb8cfae875ad0f4f2e (patch)
tree98ad3a2a96081c28dec7736b86edac7e14ab5870
parent7c663a77b187e4592ce112da4bd1588a4ac066bc (diff)
downloadarchweb-1e19b6af3e3ff29820b7b1cb8cfae875ad0f4f2e.tar.gz
archweb-1e19b6af3e3ff29820b7b1cb8cfae875ad0f4f2e.zip
Use proper punctuation/grammar in help text
Signed-off-by: Dan McGee <dan@archlinux.org>
-rw-r--r--releng/views.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/releng/views.py b/releng/views.py
index 3180a9ed..e84bec71 100644
--- a/releng/views.py
+++ b/releng/views.py
@@ -24,12 +24,12 @@ class TestForm(forms.ModelForm):
source = standard_field(Source)
clock_choice = standard_field(ClockChoice)
filesystem = standard_field(Filesystem,
- help_text="verify /etc/fstab, `df -hT` output and commands like " \
- "lvdisplay for special modules")
+ help_text="Verify /etc/fstab, `df -hT` output and commands like " \
+ "lvdisplay for special modules.")
modules = forms.ModelMultipleChoiceField(queryset=Module.objects.all(),
help_text="", widget=forms.CheckboxSelectMultiple(), required=False)
bootloader = standard_field(Bootloader,
- help_text="Verify that the entries in the bootloader config look ok")
+ help_text="Verify that the entries in the bootloader config looks OK.")
rollback_filesystem = standard_field(Filesystem,
help_text="If you did a rollback followed by a new attempt to setup " \
"your blockdevices/filesystems, select which option you took here.",