summaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authorDan McGee <dan@archlinux.org>2010-10-19 09:05:26 -0500
committerDan McGee <dan@archlinux.org>2010-10-19 09:05:26 -0500
commitb0131749ac40c7aeffca168a273d229f6d5753dd (patch)
treef489381153abac9a840728d8d9c10cd3201d4dec /devel
parent778146cf61fa45220f5c185f44a39353b65eac73 (diff)
downloadarchweb-b0131749ac40c7aeffca168a273d229f6d5753dd.tar.gz
archweb-b0131749ac40c7aeffca168a273d229f6d5753dd.zip
Unify hyphenation of out-of-date text
Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'devel')
-rw-r--r--devel/views.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/views.py b/devel/views.py
index e999b7fa..710bfff5 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,