Usability terminolofy change.
authorthomppj <thomppj@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Sun, 2 Dec 2001 21:49:34 +0000 (21:49 +0000)
committerthomppj <thomppj@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Sun, 2 Dec 2001 21:49:34 +0000 (21:49 +0000)
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@1829 7612ce4b-ef26-0410-bec9-ea0150e637f0

src/options_folder.php

index 23b5b0187d3700080abae17c6f2440bb98e9fd4c..18dc8d4b43ad2ca6058090c683485147c1f3fac6 100644 (file)
@@ -139,7 +139,7 @@ function load_optpage_data_folder() {
 
     $optvals[SMOPT_GRP_FOLDERLIST][] = array(
         'name'    => 'unseen_notify',
-        'caption' => _("Enable Unseen Message Notification"),
+        'caption' => _("Enable Unread Message Notification"),
         'type'    => SMOPT_TYPE_STRLIST,
         'refresh' => SMOPT_REFRESH_FOLDERLIST,
         'posvals' => array(SMPREF_UNSEEN_NONE  => _("No Notification"),
@@ -149,7 +149,7 @@ function load_optpage_data_folder() {
 
     $optvals[SMOPT_GRP_FOLDERLIST][] = array(
         'name'    => 'unseen_type',
-        'caption' => _("Unseen Message Notification Type"),
+        'caption' => _("Unread Message Notification Type"),
         'type'    => SMOPT_TYPE_STRLIST,
         'refresh' => SMOPT_REFRESH_FOLDERLIST,
         'posvals' => array(SMPREF_UNSEEN_ONLY  => _("Only Unseen"),