diff options
author | Dan McGee <dan@archlinux.org> | 2010-10-19 09:05:26 -0500 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2010-10-19 09:05:26 -0500 |
commit | b0131749ac40c7aeffca168a273d229f6d5753dd (patch) | |
tree | f489381153abac9a840728d8d9c10cd3201d4dec /main/models.py | |
parent | 778146cf61fa45220f5c185f44a39353b65eac73 (diff) |
Unify hyphenation of out-of-date text
Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'main/models.py')
-rw-r--r-- | main/models.py | 2 |
1 files changed, 1 insertions, 1 deletions
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") |