Forráskód Böngészése

Usability terminolofy change.

thomppj 24 éve
szülő
commit
60b23a5b11
1 módosított fájl, 2 hozzáadás és 2 törlés
  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(
         '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"),