diff options
author | Ori Avtalion <ori@avtalion.name> | 2009-01-12 23:07:51 +0200 |
---|---|---|
committer | Evan Prodromou <git@evanprodromou.name> | 2009-01-12 16:27:33 -0500 |
commit | 1636da829c9caa801f95dd9e8e658f938012a5fa (patch) | |
tree | 82b96f73346cba611827504281108644498a245b /actions/recoverpassword.php | |
parent | b30568ad791d4d118771534b8118c5f68392cbbb (diff) |
Removed double spaces from strings
Diffstat (limited to 'actions/recoverpassword.php')
-rw-r--r-- | actions/recoverpassword.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/actions/recoverpassword.php b/actions/recoverpassword.php index 38c42f41d..54a0f2ae3 100644 --- a/actions/recoverpassword.php +++ b/actions/recoverpassword.php @@ -140,7 +140,7 @@ class RecoverpasswordAction extends Action { common_element('p', NULL, _('If you\'ve forgotten or lost your' . ' password, you can get a new one sent to' . - ' the email address you have stored ' . + ' the email address you have stored' . ' in your account.')); common_element_end('div'); } |