From cbfae3dbb0ba792f48b26bfbb02c7aec846e35ba Mon Sep 17 00:00:00 2001 From: Ben Klang Date: Wed, 5 Nov 2008 16:33:02 -0500 Subject: [PATCH] Fix typo --- folks/login.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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'; -- 2.11.0