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 | |
parent | b30568ad791d4d118771534b8118c5f68392cbbb (diff) |
Removed double spaces from strings
-rw-r--r-- | actions/deletenotice.php | 2 | ||||
-rw-r--r-- | actions/recoverpassword.php | 2 | ||||
-rw-r--r-- | actions/remotesubscribe.php | 6 |
3 files changed, 5 insertions, 5 deletions
diff --git a/actions/deletenotice.php b/actions/deletenotice.php index 64746283a..9a5261eed 100644 --- a/actions/deletenotice.php +++ b/actions/deletenotice.php @@ -34,7 +34,7 @@ class DeletenoticeAction extends DeleteAction { } function get_instructions() { - return _('You are about to permanently delete a notice. Once this is done, it cannot be undone.'); + return _('You are about to permanently delete a notice. Once this is done, it cannot be undone.'); } function get_title() { 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'); } diff --git a/actions/remotesubscribe.php b/actions/remotesubscribe.php index c3a09bcfc..624497af7 100644 --- a/actions/remotesubscribe.php +++ b/actions/remotesubscribe.php @@ -49,9 +49,9 @@ class RemotesubscribeAction extends Action { function get_instructions() { return _('To subscribe, you can [login](%%action.login%%),' . - ' or [register](%%action.register%%) a new ' . - ' account. If you already have an account ' . - ' on a [compatible microblogging site](%%doc.openmublog%%), ' . + ' or [register](%%action.register%%) a new' . + ' account. If you already have an account' . + ' on a [compatible microblogging site](%%doc.openmublog%%),' . ' enter your profile URL below.'); } |