From b0131749ac40c7aeffca168a273d229f6d5753dd Mon Sep 17 00:00:00 2001 From: Dan McGee Date: Tue, 19 Oct 2010 09:05:26 -0500 Subject: Unify hyphenation of out-of-date text Signed-off-by: Dan McGee --- devel/views.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'devel/views.py') diff --git a/devel/views.py b/devel/views.py index e999b7f..710bfff 100644 --- a/devel/views.py +++ b/devel/views.py @@ -53,7 +53,7 @@ def change_notify(request): class ProfileForm(forms.Form): email = forms.EmailField(label='Private email (not shown publicly):', - help_text="Used for out of date notifications, etc.") + help_text="Used for out-of-date notifications, etc.") passwd1 = forms.CharField(label='New Password', required=False, widget=forms.PasswordInput) passwd2 = forms.CharField(label='Confirm Password', required=False, -- cgit v1.2.3-24-g4f1b