ソースを参照

Received is a better word in this instance.

jangliss 21 年 前
コミット
d9afd48bea
1 ファイル変更1 行追加1 行削除
  1. 1 1
      include/options/display.php

+ 1 - 1
include/options/display.php

@@ -428,7 +428,7 @@ function load_optpage_data_display() {
 
 
     $optvals[SMOPT_GRP_MESSAGE][] = array(
     $optvals[SMOPT_GRP_MESSAGE][] = array(
         'name'    => 'internal_date_sort',
         'name'    => 'internal_date_sort',
-        'caption' => _("Sort by Receive Date"),
+        'caption' => _("Sort by Received Date"),
         'type'    => SMOPT_TYPE_BOOLEAN,
         'type'    => SMOPT_TYPE_BOOLEAN,
         'refresh' => SMOPT_REFRESH_ALL
         'refresh' => SMOPT_REFRESH_ALL
     );
     );