diff --git a/core/modules/aggregator/lib/Drupal/aggregator/FeedStorageController.php b/core/modules/aggregator/lib/Drupal/aggregator/FeedStorageController.php
index 36d87eb..b54a7d6 100644
--- a/core/modules/aggregator/lib/Drupal/aggregator/FeedStorageController.php
+++ b/core/modules/aggregator/lib/Drupal/aggregator/FeedStorageController.php
@@ -74,7 +74,7 @@ public function baseFieldDefinitions() {
     );
     $fields['description'] = array(
       'label' => t('Description'),
-      'description' => t("The parent website's description that comes from the <description> element in the feed."),
+      'description' => t("The parent website's description that comes from the !description element in the feed.", array('!description' => '<description>')),
       'type' => 'string_field',
     );
     $fields['image'] = array(
