Fix typo
authorBen Klang <ben@alkaloid.net>
Wed, 5 Nov 2008 21:33:02 +0000 (16:33 -0500)
committerBen Klang <ben@alkaloid.net>
Wed, 5 Nov 2008 21:33:02 +0000 (16:33 -0500)
folks/login.php

index 805b4a2..59ccf3c 100644 (file)
@@ -175,7 +175,7 @@ if ($form->isSubmitted()) {
         break;
 
     case 'unconfirmed':
-        $notification->push(_("This account was still not activated. Check your inbox, we sendy you the activation code there."), 'horde.warning');
+        $notification->push(_("This account was still not activated. Check your inbox, we send you the activation code there."), 'horde.warning');
         header('Location: ' . Horde::selfUrl(true));
         exit;
         break;
@@ -230,4 +230,4 @@ require FOLKS_TEMPLATES . '/menu.inc';
 
 require FOLKS_TEMPLATES . '/login/login.php';
 
-require $registry->get('templates', 'horde') . '/common-footer.inc';
\ No newline at end of file
+require $registry->get('templates', 'horde') . '/common-footer.inc';