diff options
Diffstat (limited to 'actions/remotesubscribe.php')
-rw-r--r-- | actions/remotesubscribe.php | 6 |
1 files changed, 3 insertions, 3 deletions
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.'); } |