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/finishopenidlogin.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/finishopenidlogin.php')
-rw-r--r-- | actions/finishopenidlogin.php | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/actions/finishopenidlogin.php b/actions/finishopenidlogin.php index 36af83840..2f0020ced 100644 --- a/actions/finishopenidlogin.php +++ b/actions/finishopenidlogin.php @@ -53,11 +53,7 @@ class FinishopenidloginAction extends Action { } else { global $config; common_element('div', 'instructions', - sprintf(_('This is the first time you\'ve logged into %s' . - ' so we must connect your OpenID to a local account. ' . - ' You can either create a new account, or connect with ' . - ' your existing account, if you have one.' - ), $config['site']['name'])); + sprintf(_('This is the first time you\'ve logged into %s so we must connect your OpenID to a local account. You can either create a new account, or connect with your existing account, if you have one.'), $config['site']['name'])); } } @@ -89,8 +85,7 @@ class FinishopenidloginAction extends Action { common_element('h2', NULL, _('Connect existing account')); common_element('p', NULL, - _('If you already have an account, login with your username and password '. - 'to connect it to your OpenID.')); + _('If you already have an account, login with your username and password to connect it to your OpenID.')); common_input('nickname', _('Existing nickname')); common_password('password', _('Password')); common_submit('connect', _('Connect')); |