string typo
authorkink <kink@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Fri, 3 Jun 2005 08:37:41 +0000 (08:37 +0000)
committerkink <kink@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Fri, 3 Jun 2005 08:37:41 +0000 (08:37 +0000)
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@9489 7612ce4b-ef26-0410-bec9-ea0150e637f0

functions/abook_database.php
functions/abook_local_file.php

index 9ca3ce1751d028443dc0e3a60974509b37222485..528b8aa81cea84ea5d29380fb89d2bde42ff20ea 100644 (file)
@@ -313,7 +313,7 @@ class abook_database extends addressbook_backend {
         /* See if user exist already */
         $ret = $this->lookup($userdata['nickname']);
         if (!empty($ret)) {
-            return $this->set_error(sprintf(_("User '%s' already exist"),
+            return $this->set_error(sprintf(_("User '%s' already exists"),
                                             $ret['nickname']));
         }
 
@@ -424,4 +424,4 @@ class abook_database extends addressbook_backend {
 } /* End of class abook_database */
 
 // vim: et ts=4
-?>
\ No newline at end of file
+?>
index 6d6a636b737f86c21e2d5dd22c20a90a0406d4c9..d1ba38a409897803c918274264ceef07008be60d 100644 (file)
@@ -357,7 +357,7 @@ class abook_local_file extends addressbook_backend {
         /* See if user exists already */
         $ret = $this->lookup($userdata['nickname']);
         if(!empty($ret)) {
-            return $this->set_error(sprintf(_("User '%s' already exist"),
+            return $this->set_error(sprintf(_("User '%s' already exists"),
                    $ret['nickname']));
         }
 
@@ -503,4 +503,4 @@ class abook_local_file extends addressbook_backend {
     }
 
 } /* End of class abook_local_file */
-?>
\ No newline at end of file
+?>