moderation: Add missing modaction text for description field.

This commit is contained in:
Andre D
2013-07-05 16:21:54 -07:00
committed by Ricky Ramirez
parent 53012785d9
commit 8673878bbe

View File

@@ -53,7 +53,8 @@ special_pages = ('config/stylesheet', 'config/sidebar', 'config/description')
# Pages which have a special length restrictions (In bytes)
special_length_restrictions_bytes = {'config/stylesheet': 128*1024, 'config/sidebar': 5120, 'config/description': 500}
modactions = {'config/sidebar': "Updated subreddit sidebar"}
modactions = {'config/sidebar': "Updated subreddit sidebar",
'config/description': "Updated subreddit description"}
# Page "index" in the subreddit "reddit.com" and a seperator of "\t" becomes:
# "reddit.com\tindex"