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 --- main/models.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'main/models.py') diff --git a/main/models.py b/main/models.py index 888f0b8d..6fdb862f 100644 --- a/main/models.py +++ b/main/models.py @@ -10,7 +10,7 @@ class UserProfile(models.Model): notify = models.BooleanField( "Send notifications", default=True, - help_text="When enabled, send user 'flag out of date' notifications") + help_text="When enabled, send user 'flag out-of-date' notifications") alias = models.CharField( max_length=50, help_text="Required field") -- cgit v1.2.3-54-g00ecf