From 8673878bbee30f154f25de55501d1216ec59cb75 Mon Sep 17 00:00:00 2001 From: Andre D Date: Fri, 5 Jul 2013 16:21:54 -0700 Subject: [PATCH] moderation: Add missing modaction text for description field. --- r2/r2/models/wiki.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/r2/r2/models/wiki.py b/r2/r2/models/wiki.py index e7d774997..caccffbca 100644 --- a/r2/r2/models/wiki.py +++ b/r2/r2/models/wiki.py @@ -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"