diff options
author | Ori Avtalion <ori@avtalion.name> | 2009-05-01 07:12:13 -0400 |
---|---|---|
committer | Evan Prodromou <evan@controlyourself.ca> | 2009-05-01 07:12:13 -0400 |
commit | c5e72e248fa70b5e038c74b73b581884112706d5 (patch) | |
tree | 09d412c72f207cb37c35b13018d74b316a4b2b07 /actions/openidsettings.php | |
parent | 9cac6413a342445a998773458b215d129c2be2d1 (diff) |
Several whitespace fixes
Diffstat (limited to 'actions/openidsettings.php')
-rw-r--r-- | actions/openidsettings.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/actions/openidsettings.php b/actions/openidsettings.php index 92469d20f..5f59ebc01 100644 --- a/actions/openidsettings.php +++ b/actions/openidsettings.php @@ -67,8 +67,8 @@ class OpenidsettingsAction extends AccountSettingsAction function getInstructions() { - return _('[OpenID](%%doc.openid%%) lets you log into many sites ' . - ' with the same user account. '. + return _('[OpenID](%%doc.openid%%) lets you log into many sites' . + ' with the same user account.'. ' Manage your associated OpenIDs from here.'); } |