From 9881ba5c238edbaec3b9c6f38b00a6a39ff168b4 Mon Sep 17 00:00:00 2001 From: Dieter Plaetinck Date: Sun, 8 May 2011 18:02:56 +0200 Subject: releng: fix typos Signed-off-by: Dieter Plaetinck Signed-off-by: Dan McGee --- releng/views.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'releng') diff --git a/releng/views.py b/releng/views.py index 70aaaf52..0f81948c 100644 --- a/releng/views.py +++ b/releng/views.py @@ -31,11 +31,11 @@ class TestForm(forms.ModelForm): help_text="Verify that the entries in the bootloader config look ok") rollback_filesystem = standard_field(Filesystem, help_text="If you did a rollback followed by a new attempt to setup " \ - "your lockdevices/filesystems, select which option you took here.", + "your blockdevices/filesystems, select which option you took here.", empty_label="N/A (did not rollback)", required=False) rollback_modules = forms.ModelMultipleChoiceField(queryset=Module.objects.all(), - help_text="If you did a rollback followed b a new attempt to setup " \ - "your lockdevices/filesystems, select which option you took here.", + help_text="If you did a rollback followed by a new attempt to setup " \ + "your blockdevices/filesystems, select which option you took here.", widget=forms.CheckboxSelectMultiple(), required=False) success = forms.BooleanField(help_text="Only check this if everything went fine. " \ "If you you ran into any errors please specify them in the " \ -- cgit v1.2.3-55-g3dc8