From: Ben Klang Date: Wed, 5 Nov 2008 21:33:02 +0000 (-0500) Subject: Fix typo X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=cbfae3dbb0ba792f48b26bfbb02c7aec846e35ba;p=horde.git Fix typo --- diff --git a/folks/login.php b/folks/login.php index 805b4a24a..59ccf3cb0 100644 --- a/folks/login.php +++ b/folks/login.php @@ -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';