From 121a57d5a7c0e58c407ea2dfe714aaeda60c2f13 Mon Sep 17 00:00:00 2001 From: Justin Yulli Kim Date: Mon, 16 Jul 2012 18:27:46 -0400 Subject: [PATCH] Capitalise replies in !pending --- earwigbot/commands/afc_pending.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/earwigbot/commands/afc_pending.py b/earwigbot/commands/afc_pending.py index 6d64f1b..32b1f5d 100644 --- a/earwigbot/commands/afc_pending.py +++ b/earwigbot/commands/afc_pending.py @@ -28,7 +28,7 @@ class AFCPending(Command): commands = ["pending", "pend"] def process(self, data): - msg1 = "pending submissions status page: http://enwp.org/WP:AFC/ST" - msg2 = "pending submissions category: http://enwp.org/CAT:PEND" + msg1 = "Pending submissions status page: http://enwp.org/WP:AFC/ST" + msg2 = "Pending submissions category: http://enwp.org/CAT:PEND" self.reply(data, msg1) self.reply(data, msg2)