From 1636da829c9caa801f95dd9e8e658f938012a5fa Mon Sep 17 00:00:00 2001 From: Ori Avtalion Date: Mon, 12 Jan 2009 23:07:51 +0200 Subject: [PATCH] Removed double spaces from strings --- actions/deletenotice.php | 2 +- actions/recoverpassword.php | 2 +- actions/remotesubscribe.php | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/actions/deletenotice.php b/actions/deletenotice.php index 64746283ae..9a5261eedc 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 38c42f41d1..54a0f2ae30 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 c3a09bcfc2..624497af77 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.'); }