diff options
author | Evan Prodromou <evan@prodromou.name> | 2008-06-18 03:07:10 -0400 |
---|---|---|
committer | Evan Prodromou <evan@prodromou.name> | 2008-06-18 03:07:10 -0400 |
commit | 7a17d1c477434c94f5ae1ab93225a1ea3553b4c7 (patch) | |
tree | c4b9bb42a40226cb105876215f5415ae09e7147c /actions/openidsettings.php | |
parent | ce64e38804bdc5563d1de5bfc6a75c78c42e6250 (diff) |
dot not comma
darcs-hash:20080618070710-84dde-bcf4cce6586cf22909659efefc410dded33204c3.gz
Diffstat (limited to 'actions/openidsettings.php')
-rw-r--r-- | actions/openidsettings.php | 2 |
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')); |