Clarify subreddit language on the submit form.

This commit is contained in:
Max Goodman
2011-10-17 16:40:52 -07:00
parent ff42b190b5
commit 5e8a343932
2 changed files with 2 additions and 2 deletions

View File

@@ -56,7 +56,7 @@ error_list = dict((
('SUBREDDIT_EXISTS', _('that reddit already exists')),
('SUBREDDIT_NOEXIST', _('that reddit doesn\'t exist')),
('SUBREDDIT_NOTALLOWED', _("you aren't allowed to post there.")),
('SUBREDDIT_REQUIRED', _('you must specify a reddit')),
('SUBREDDIT_REQUIRED', _('you must specify a subreddit')),
('BAD_SR_NAME', _('that name isn\'t going to work')),
('RATELIMIT', _('you are doing that too much. try again in %(time)s.')),
('EXPIRED', _('your session has expired')),

View File

@@ -91,7 +91,7 @@ ${thing.formtabs_menu}
%endif
<div class="spacer">
<%utils:round_field title="${_('reddit')}" id="reddit-field">
<%utils:round_field title="${_('choose a subreddit')}" id="reddit-field">
${reddit_selector(thing.default_sr, thing.sr_searches, thing.subreddits)}
</%utils:round_field>
</div>