diff -u b/core/modules/aggregator/aggregator.module b/core/modules/aggregator/aggregator.module
--- b/core/modules/aggregator/aggregator.module
+++ b/core/modules/aggregator/aggregator.module
@@ -25,7 +25,7 @@
$output .= '
' . t('Uses') . '
';
$output .= '';
$output .= '- ' . t('Viewing feeds') . '
';
- $output .= '- ' . t('Feeds contain published content, and may be grouped in categories, generally by topic. Users view feed content in the main aggregator display, or by their source (usually via an RSS feed reader). The most recent content in a feed or category can be displayed as a block through the Blocks administration page.', array('!aggregator' => \Drupal::url('aggregator.page_last'), '!aggregator-sources' => \Drupal::url('aggregator.sources'), '!admin-block' => \Drupal::url('block.admin_display'))) . '
';
+ $output .= '- ' . t('Users view feed content in the main aggregator display, or by their source (usually via an RSS feed reader). The most recent content in a feed can be displayed as a block through the Blocks administration page.', array('!aggregator' => \Drupal::url('aggregator.page_last'), '!aggregator-sources' => \Drupal::url('aggregator.sources'), '!admin-block' => \Drupal::url('block.admin_display'))) . '
';
$output .= '- ' . t('Adding, editing, and deleting feeds') . '
';
$output .= '- ' . t('Administrators can add, edit, and delete feeds, and choose how often to check each feed for newly updated items on the Feed aggregator administration page.', array('!feededit' => \Drupal::url('aggregator.admin_overview'))) . '
';
$output .= '- ' . t('OPML integration') . '
';