From 157e9c5ee03fc0e66db9a0dd890146efc3a5b478 Mon Sep 17 00:00:00 2001 From: tokul Date: Fri, 24 Oct 2003 16:03:02 +0000 Subject: [PATCH] Using human readable names of time formats. option 1 and 2 still has to be fixed. git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@6010 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- include/options/folder.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/include/options/folder.php b/include/options/folder.php index 128aee65..c72b9242 100644 --- a/include/options/folder.php +++ b/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")), ); -- 2.25.1