mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-30 06:49:24 +01:00
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:
parent
bbf858791d
commit
ace561cafa
@ -52,13 +52,13 @@ class FeedItemSortOrder(registry.OnlySomeStrings):
|
|||||||
RSS = conf.registerPlugin('RSS')
|
RSS = conf.registerPlugin('RSS')
|
||||||
conf.registerChannelValue(RSS, 'bold', registry.Boolean(
|
conf.registerChannelValue(RSS, 'bold', registry.Boolean(
|
||||||
True, _("""Determines whether the bot will bold the title of the feed when
|
True, _("""Determines whether the bot will bold the title of the feed when
|
||||||
it announces new news.""")))
|
it announces news.""")))
|
||||||
conf.registerChannelValue(RSS, 'headlineSeparator',
|
conf.registerChannelValue(RSS, 'headlineSeparator',
|
||||||
registry.StringSurroundedBySpaces(' || ', _("""Determines what string is
|
registry.StringSurroundedBySpaces(' || ', _("""Determines what string is
|
||||||
used to separate headlines in new feeds.""")))
|
used to separate headlines in new feeds.""")))
|
||||||
conf.registerChannelValue(RSS, 'announcementPrefix',
|
conf.registerChannelValue(RSS, 'announcementPrefix',
|
||||||
registry.StringWithSpaceOnRight(_('New news from '), _("""Determines what
|
registry.StringWithSpaceOnRight(_('News from '), _("""Determines what
|
||||||
prefix is prepended (if any) to the new news item announcements made in the
|
prefix is prepended (if any) to the news item announcements made in the
|
||||||
channel.""")))
|
channel.""")))
|
||||||
conf.registerChannelValue(RSS, 'announcementSeparator',
|
conf.registerChannelValue(RSS, 'announcementSeparator',
|
||||||
registry.StringWithSpaceOnRight(_(': '), _("""Determines what
|
registry.StringWithSpaceOnRight(_(': '), _("""Determines what
|
||||||
|
Loading…
Reference in New Issue
Block a user