Philippe - let's make sure we make this work for BOTH netscape and IE. I will install...
[squirrelmail.git] / src / options_display.php
index 22254bbf13d7f83dc8b8784161c65f4f1a015381..c9a69b573cf4ff7821305d3c0c03a30d54b83798 100644 (file)
 
     $optvals[SMOPT_GRP_MESSAGE][] = array(
         'name'    => 'attachment_common_show_images',
-        'caption' => _("Enable display of images with email, below attachment box"),
+        'caption' => _("Display Attached Images with Message"),
         'type'    => SMOPT_TYPE_BOOLEAN,
         'refresh' => SMOPT_REFRESH_NONE
     );
 
     $optvals[SMOPT_GRP_MESSAGE][] = array(
         'name'    => 'pf_subtle_link',
-        'caption' => _("Printer Friendly: Subtle Link"),
+        'caption' => _("Enable Subtle Printer Friendly Link"),
         'type'    => SMOPT_TYPE_BOOLEAN,
         'refresh' => SMOPT_REFRESH_NONE
     );
 
     $optvals[SMOPT_GRP_MESSAGE][] = array(
         'name'    => 'pf_cleandisplay',
-        'caption' => _("Printer Friendly: Clean Display"),
+        'caption' => _("Enable Printer Friendly Clean Display"),
         'type'    => SMOPT_TYPE_BOOLEAN,
         'refresh' => SMOPT_REFRESH_NONE
     );