summaryrefslogtreecommitdiff
path: root/actions/openidsettings.php
diff options
context:
space:
mode:
Diffstat (limited to 'actions/openidsettings.php')
-rw-r--r--actions/openidsettings.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/actions/openidsettings.php b/actions/openidsettings.php
index a6170271d..c918cc27e 100644
--- a/actions/openidsettings.php
+++ b/actions/openidsettings.php
@@ -42,7 +42,7 @@ class OpenidsettingsAction extends SettingsAction {
common_local_url('openidsettings')));
common_element('h2', NULL, _t('Add OpenID'));
common_element('p', NULL,
- _t('If you want to add an OpenID to your account, ',
+ _t('If you want to add an OpenID to your account, ' .
'enter it in the box below and click "Add".'));
common_input('openid_url', _t('OpenID URL'));
common_submit('add', _t('Add'));