diff --git a/r2/r2/controllers/errors.py b/r2/r2/controllers/errors.py index 5e12f22c5..23292472b 100644 --- a/r2/r2/controllers/errors.py +++ b/r2/r2/controllers/errors.py @@ -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')), diff --git a/r2/r2/templates/newlink.html b/r2/r2/templates/newlink.html index 54f7fa5e0..b75c6ca73 100644 --- a/r2/r2/templates/newlink.html +++ b/r2/r2/templates/newlink.html @@ -91,7 +91,7 @@ ${thing.formtabs_menu} %endif
- <%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)}