Recent changes
[squirrelmail.git] / include / options / folder.php
index b09abcb9719641de566680d5c86d4d9e96bb87ea..5b3a4a67e5aead700be5fb950ac1e4f0a0a80fa0 100644 (file)
@@ -3,11 +3,10 @@
 /**
  * options_folder.php
  *
- * Copyright (c) 1999-2005 The SquirrelMail Project Team
- * Licensed under the GNU GPL. For full terms see the file COPYING.
- *
  * Displays all options relating to folders
  *
+ * @copyright © 1999-2005 The SquirrelMail Project Team
+ * @license http://opensource.org/licenses/gpl-license.php GNU Public License
  * @version $Id$
  * @package squirrelmail
  */
@@ -229,9 +228,9 @@ function load_optpage_data_folder() {
         'caption' => _("Selection List Style"),
         'type'    => SMOPT_TYPE_STRLIST,
         'refresh' => SMOPT_REFRESH_NONE,
-        'posvals' => array( 0 => _("Long: ") . '"' . _("Folder") . $delim . _("Subfolder") . '"',
-                            1 => _("Indented: ") .  '"    ' . _("Subfolder") . '"',
-                            2 => _("Delimited: ") . '". ' . _("Subfolder") . '"'),
+        'posvals' => array( 0 => _("Long:") . ' "' . _("Folder") . $delim . _("Subfolder") . '"',
+                            1 => _("Indented:") . ' "    ' . _("Subfolder") . '"',
+                            2 => _("Delimited:") . ' ". ' . _("Subfolder") . '"'),
         'htmlencoded' => true
     );
 
@@ -290,4 +289,4 @@ function save_option_draft_folder($option) {
     save_option($option);
 }
 
-?>
+?>
\ No newline at end of file