From c44d8967a34d9683380c74063adb48323b759657 Mon Sep 17 00:00:00 2001 From: tokul Date: Wed, 21 Apr 2004 06:32:51 +0000 Subject: [PATCH] was->were fix git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@7185 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- src/addrbook_search.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/addrbook_search.php b/src/addrbook_search.php index cb90a6da..2fbd9346 100644 --- a/src/addrbook_search.php +++ b/src/addrbook_search.php @@ -287,7 +287,7 @@ if ($show == 'form' && empty($listall)) { if (sizeof($res) == 0) { echo html_tag( 'p', '
' . - _("No persons matching your search was found") . "\n" , + _("No persons matching your search were found") . "\n" , 'center' ) . "\n\n"; exit; -- 2.25.1