From: tokul Date: Wed, 21 Apr 2004 06:32:51 +0000 (+0000) Subject: was->were fix X-Git-Url: https://vcs.fsf.org/?p=squirrelmail.git;a=commitdiff_plain;h=c44d8967a34d9683380c74063adb48323b759657 was->were fix git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@7185 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- 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;