diff options
Diffstat (limited to 'actions/register.php')
-rw-r--r-- | actions/register.php | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/actions/register.php b/actions/register.php index 28b122bc9..02677d241 100644 --- a/actions/register.php +++ b/actions/register.php @@ -181,8 +181,7 @@ class RegisterAction extends Action { common_input('email', _('Email'), NULL, _('Used only for updates, announcements, and password recovery')); common_checkbox('rememberme', _('Remember me'), false, - _('Automatically login in the future; ' . - 'not for shared computers!')); + _('Automatically login in the future; not for shared computers!')); common_element_start('p'); common_element('input', array('type' => 'checkbox', 'id' => 'license', |