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