From 88a6e82db1657c8f39cb6338a3c511c50b1a70b4 Mon Sep 17 00:00:00 2001 From: Angie Byron Date: Sat, 8 Nov 2008 23:03:39 +0000 Subject: #329998 by pwolanin: Remove unescaped <> chars from t() strings. --- modules/aggregator/aggregator.install | 4 ++-- modules/block/block.install | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'modules') diff --git a/modules/aggregator/aggregator.install b/modules/aggregator/aggregator.install index 7f672d948..baff792d6 100644 --- a/modules/aggregator/aggregator.install +++ b/modules/aggregator/aggregator.install @@ -144,13 +144,13 @@ function aggregator_schema() { 'length' => 255, 'not null' => TRUE, 'default' => '', - 'description' => t('The parent website of the feed; comes from the element in the feed.'), + 'description' => t('The parent website of the feed; comes from the <link> element in the feed.'), ), 'description' => array( 'type' => 'text', 'not null' => TRUE, 'size' => 'big', - 'description' => t("The parent website's description; comes from the element in the feed."), + 'description' => t("The parent website's description; comes from the <description> element in the feed."), ), 'image' => array( 'type' => 'text', diff --git a/modules/block/block.install b/modules/block/block.install index 5abac2c60..25e8186a6 100644 --- a/modules/block/block.install +++ b/modules/block/block.install @@ -79,7 +79,7 @@ function block_schema() { 'length' => 64, 'not null' => TRUE, 'default' => '', - 'description' => t('Custom title for the block. (Empty string will use block default title, will remove the title, text will cause block to use specified title.)'), + 'description' => t('Custom title for the block. (Empty string will use block default title, <none> will remove the title, text will cause block to use specified title.)'), ), 'cache' => array( 'type' => 'int', -- cgit v1.2.3