From: thomppj Date: Sun, 2 Dec 2001 21:49:34 +0000 (+0000) Subject: Usability terminolofy change. X-Git-Url: https://vcs.fsf.org/?p=squirrelmail.git;a=commitdiff_plain;h=10ff0c3db7070161d7b8280b971f26688678d9a2 Usability terminolofy change. git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@1829 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- diff --git a/src/options_folder.php b/src/options_folder.php index 23b5b018..18dc8d4b 100644 --- a/src/options_folder.php +++ b/src/options_folder.php @@ -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"),