From f2df3fa157e397f46ca5438af0a4d8b018749af0 Mon Sep 17 00:00:00 2001 From: jervfors Date: Sun, 27 Feb 2005 11:39:38 +0000 Subject: [PATCH] Unifying strings with STABLE git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@8895 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- include/options/display.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/include/options/display.php b/include/options/display.php index 0e197177..3ee65e9b 100644 --- a/include/options/display.php +++ b/include/options/display.php @@ -169,7 +169,7 @@ function load_optpage_data_display() { 'refresh' => SMOPT_REFRESH_NONE //'post_script' => $js_autodetect_script, ); - + $optvals[SMOPT_GRP_GENERAL][] = array( 'name' => 'hour_format', 'caption' => _("Hour Format"), @@ -185,7 +185,7 @@ function load_optpage_data_display() { $optvals[SMOPT_GRP_MAILBOX][] = array( 'name' => 'show_num', - 'caption' => _("Number of Messages on one Page"), + 'caption' => _("Number of Messages per Page"), 'type' => SMOPT_TYPE_INTEGER, 'refresh' => SMOPT_REFRESH_NONE, 'size' => SMOPT_SIZE_TINY @@ -278,7 +278,7 @@ function load_optpage_data_display() { 'refresh' => SMOPT_REFRESH_NONE, 'size' => SMOPT_SIZE_TINY ); - + $optvals[SMOPT_GRP_MAILBOX][] = array( 'name' => 'internal_date_sort', 'caption' => _("Sort by Received Date"), -- 2.25.1