RSS: Change 'New news' to 'News' in announcements

'New news' sounds redundant, and the plugin is known for reannouncing
olf headlines anyway. ;)
This commit is contained in:
nyuszika7h 2014-05-10 09:28:41 +02:00
parent bbf858791d
commit ace561cafa
1 changed files with 3 additions and 3 deletions

View File

@ -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