From 8568250a81bef678f59cce7bf35402fc8b1a7655 Mon Sep 17 00:00:00 2001 From: Andre D Date: Thu, 13 Dec 2012 18:57:56 -0500 Subject: [PATCH] wiki: Added a missing infotext for config/description. --- r2/r2/controllers/wiki.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/r2/r2/controllers/wiki.py b/r2/r2/controllers/wiki.py index d771f05cf..b01469ab0 100644 --- a/r2/r2/controllers/wiki.py +++ b/r2/r2/controllers/wiki.py @@ -79,7 +79,8 @@ from r2.lib.errors import WikiError import json page_descriptions = {'config/stylesheet':_("This page is the subreddit stylesheet, changes here apply to the subreddit css"), - 'config/sidebar':_("The contents of this page appear on the subreddit sidebar")} + 'config/sidebar':_("The contents of this page appear on the subreddit sidebar"), + 'config/description':_("The contents of this page appear in the public subreddit description")} ATTRIBUTE_BY_PAGE = {"config/sidebar": "description", "config/description": "public_description"}