Skip to content

Commit

Permalink
Some help text cleanup for twitter
Browse files Browse the repository at this point in the history
  • Loading branch information
dcramer committed Jan 21, 2011
1 parent d6dcea7 commit 430d166
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion overseer/admin.py
Expand Up @@ -11,7 +11,7 @@ class ServiceAdmin(admin.ModelAdmin):

class EventForm(forms.ModelForm):
if conf.TWITTER_ACCESS_TOKEN and conf.TWITTER_ACCESS_SECRET:
post_to_twitter = forms.BooleanField(required=False, label="Post an update to Twitter when I hit save", help_text="This will send a tweet with a brief summary, the permalink to the event (if BASE_URL is defined), and the hashtag of #status")
post_to_twitter = forms.BooleanField(required=False, label="Post to Twitter", help_text="This will send a tweet with a brief summary, the permalink to the event (if BASE_URL is defined), and the hashtag of #status for EACH update you add below.")

class Meta:
model = EventUpdate
Expand Down

0 comments on commit 430d166

Please sign in to comment.