diff options
author | Mike Cochrane <mikec@mikenz.geek.nz> | 2008-07-13 00:46:08 -0400 |
---|---|---|
committer | Mike Cochrane <mikec@mikenz.geek.nz> | 2008-07-13 00:46:08 -0400 |
commit | 834c21b2aaf78da1081416d05098286e9bf17c2a (patch) | |
tree | a57182952d58f659dd0e950e886f9f62be305f7c /actions/register.php | |
parent | 464e70ac5dd85cc55e33c6e1f4a9eed797362a7d (diff) |
Merge some gettext strings to one line so translation tools are happier
darcs-hash:20080713044608-533db-ee16aecee9b6d82b22ce6a25f6a9573c23eee9f8.gz
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', |