From be1f2f58dd6b8041261c064833de0ef1309ff9dc Mon Sep 17 00:00:00 2001 From: jangliss Date: Sun, 15 Aug 2004 20:34:53 +0000 Subject: [PATCH] Received is a better word in this instance. git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@7916 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- include/options/display.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/options/display.php b/include/options/display.php index 92359e50..b1e197cd 100644 --- a/include/options/display.php +++ b/include/options/display.php @@ -428,7 +428,7 @@ function load_optpage_data_display() { $optvals[SMOPT_GRP_MESSAGE][] = array( 'name' => 'internal_date_sort', - 'caption' => _("Sort by Receive Date"), + 'caption' => _("Sort by Received Date"), 'type' => SMOPT_TYPE_BOOLEAN, 'refresh' => SMOPT_REFRESH_ALL ); -- 2.25.1