From 413fb20f0a0b79a0870863b2343d25d2d1ca35bc Mon Sep 17 00:00:00 2001 From: ketralnis Date: Thu, 26 Jun 2008 11:03:00 -0700 Subject: [PATCH] Fix padding on create-a-reddit page, and update language to reflect change in restricted permissions --- r2/r2/templates/createsubreddit.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/r2/r2/templates/createsubreddit.html b/r2/r2/templates/createsubreddit.html index 24b9aa709..35f4d08cd 100644 --- a/r2/r2/templates/createsubreddit.html +++ b/r2/r2/templates/createsubreddit.html @@ -48,7 +48,7 @@ function update_title() { /> - ${text} + ${text} @@ -222,7 +222,7 @@ function update_title() { ${radio_type(_("public"), _("anyone can view and submit"))} - ${radio_type(_("restricted"), _("anyone can view, but only contributors can submit"))} + ${radio_type(_("restricted"), _("anyone can view, but only contributors can submit links"))} ${radio_type(_("private"), _("only contributors can view and submit"))}