Prechádzať zdrojové kódy

Usability terminolofy change.

thomppj 24 rokov pred
rodič
commit
60b23a5b11
1 zmenil súbory, kde vykonal 2 pridanie a 2 odobranie
  1. 2 2
      src/options_folder.php

+ 2 - 2
src/options_folder.php

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