浏览代码

Using human readable names of time formats. option 1 and 2 still has to be
fixed.

tokul 22 年之前
父节点
当前提交
ee32dc8c55
共有 1 个文件被更改,包括 3 次插入3 次删除
  1. 3 3
      include/options/folder.php

+ 3 - 3
include/options/folder.php

@@ -171,9 +171,9 @@ function load_optpage_data_folder() {
         'refresh' => SMOPT_REFRESH_FOLDERLIST,
         'posvals' => array( '1' => 'MM/DD/YY HH:MM',
                             '2' => 'DD/MM/YY HH:MM',
-                            '3' => 'DDD, HH:MM',
-                            '4' => 'HH:MM:SS',
-                            '5' => 'HH:MM',
+                            '3' => _("Show weekday and time"),
+                            '4' => _("Show time with seconds"),
+                            '5' => _("Show time"),
                             '6' => _("No Clock")),
     );