Removed double spaces from strings

This commit is contained in:
Ori Avtalion 2009-01-12 23:07:51 +02:00 committed by Evan Prodromou
parent b30568ad79
commit 1636da829c
3 changed files with 5 additions and 5 deletions

View File

@ -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() {

View File

@ -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');
}

View File

@ -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.');
}