From 0b9dd59e787272831a364f46eb3348f2fd9f1dd2 Mon Sep 17 00:00:00 2001 From: Michael M Slusarz Date: Sun, 22 Feb 2009 01:57:01 -0700 Subject: [PATCH] Clarify these prefs --- imp/config/prefs.php.dist | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/imp/config/prefs.php.dist b/imp/config/prefs.php.dist index 654b5d70e..4bc9c280b 100644 --- a/imp/config/prefs.php.dist +++ b/imp/config/prefs.php.dist @@ -818,24 +818,24 @@ if (!$is_pop3) { _("Move spam messages to spam folder and innocent messages to INBOX"); } -// Replace image tags in HTML messages with blank images? +// Replace image tags in inline viewed HTML messages with blank images? $_prefs['html_image_replacement'] = array( 'value' => 1, 'locked' => false, 'shared' => false, 'type' => 'checkbox', - 'desc' => _("Block images in HTML messages unless they are specifically requested?"), + 'desc' => _("Block images in inline viewed HTML messages unless they are specifically requested?"), 'help' => 'prefs-html_image_replacement' ); -// By default, automatically show images in HTML messages if the sender is in -// the user's addressbook? +// By default, automatically show images in inline viewed HTML messages if the +// sender is in the user's addressbook? $_prefs['html_image_addrbook'] = array( 'value' => 1, 'locked' => false, 'shared' => false, 'type' => 'checkbox', - 'desc' => _("Automatically show images in HTML messages when the sender is in my address book?"), + 'desc' => _("Automatically show images in inline viewed HTML messages when the sender is in my address book?"), 'help' => 'prefs-html_image_addrbook' ); -- 2.11.0