From eb15e1934c07f2c2f8fb6fbbee09df305ef2728b Mon Sep 17 00:00:00 2001 From: Valentin Lorentz Date: Fri, 26 Jul 2013 09:23:57 +0000 Subject: [PATCH] Fix typo in conf.py. --- locales/messages.pot | 4 ++-- src/conf.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/locales/messages.pot b/locales/messages.pot index d8e4c667e..b521c2c19 100644 --- a/locales/messages.pot +++ b/locales/messages.pot @@ -5,7 +5,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"POT-Creation-Date: 2013-07-26 09:20+UTC\n" +"POT-Creation-Date: 2013-07-26 09:23+UTC\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -459,7 +459,7 @@ msgstr "" #: src/conf.py:458 msgid "" "Determines whether the bot will always prefix\n" -" theuser's nick to its reply to that user's command." +" the user's nick to its reply to that user's command." msgstr "" #: src/conf.py:462 diff --git a/src/conf.py b/src/conf.py index 19d721549..0a5dc1cbb 100644 --- a/src/conf.py +++ b/src/conf.py @@ -456,7 +456,7 @@ registerGlobalValue(supybot.reply, 'withNoticeWhenPrivate', registerChannelValue(supybot.reply, 'withNickPrefix', registry.Boolean(True, _("""Determines whether the bot will always prefix - theuser's nick to its reply to that user's command."""))) + the user's nick to its reply to that user's command."""))) registerChannelValue(supybot.reply, 'whenNotAddressed', registry.Boolean(False, _("""Determines whether the bot should attempt to