From ace561cafa88d504f5e7e78470aa07913f9378e3 Mon Sep 17 00:00:00 2001 From: nyuszika7h Date: Sat, 10 May 2014 09:28:41 +0200 Subject: [PATCH] RSS: Change 'New news' to 'News' in announcements 'New news' sounds redundant, and the plugin is known for reannouncing olf headlines anyway. ;) --- plugins/RSS/config.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/plugins/RSS/config.py b/plugins/RSS/config.py index 4179f9e90..a87fd7e3e 100644 --- a/plugins/RSS/config.py +++ b/plugins/RSS/config.py @@ -52,13 +52,13 @@ class FeedItemSortOrder(registry.OnlySomeStrings): RSS = conf.registerPlugin('RSS') conf.registerChannelValue(RSS, 'bold', registry.Boolean( True, _("""Determines whether the bot will bold the title of the feed when - it announces new news."""))) + it announces news."""))) conf.registerChannelValue(RSS, 'headlineSeparator', registry.StringSurroundedBySpaces(' || ', _("""Determines what string is used to separate headlines in new feeds."""))) conf.registerChannelValue(RSS, 'announcementPrefix', - registry.StringWithSpaceOnRight(_('New news from '), _("""Determines what - prefix is prepended (if any) to the new news item announcements made in the + registry.StringWithSpaceOnRight(_('News from '), _("""Determines what + prefix is prepended (if any) to the news item announcements made in the channel."""))) conf.registerChannelValue(RSS, 'announcementSeparator', registry.StringWithSpaceOnRight(_(': '), _("""Determines what