Using human readable names of time formats. option 1 and 2 still has to be
authortokul <tokul@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Fri, 24 Oct 2003 16:03:02 +0000 (16:03 +0000)
committertokul <tokul@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Fri, 24 Oct 2003 16:03:02 +0000 (16:03 +0000)
fixed.

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@6010 7612ce4b-ef26-0410-bec9-ea0150e637f0

include/options/folder.php

index 128aee65239b5c82d1e143b9fa8a1e7d11137d62..c72b92421a8a1cf586556950ebb133b1f5f5b78f 100644 (file)
@@ -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")),
     );